We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e98176c commit 61f985fCopy full SHA for 61f985f
testing/code/test_excinfo.py
@@ -21,8 +21,6 @@
21
else:
22
invalidate_import_caches = getattr(importlib, "invalidate_caches", None)
23
24
-pytest_version_info = tuple(map(int, pytest.__version__.split(".")[:3]))
25
-
26
27
@pytest.fixture
28
def limited_recursion_depth():
0 commit comments