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.
2 parents e98176c + 61f985f commit 4b974b0Copy full SHA for 4b974b0
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