tests: test_excinfo: remove unused pytest_version_info

This might fail unnecessarily with a (wrong) determined version of e.g.
"4.7.dev307+ge98176cf5" (no patch version).
Ref: https://github.com/pytest-dev/pytest/pull/6506
This commit is contained in:
Daniel Hahler 2020-01-19 08:10:29 +01:00
parent e98176cf50
commit 61f985f3c7
1 changed files with 0 additions and 2 deletions

View File

@ -21,8 +21,6 @@ except ImportError:
else:
invalidate_import_caches = getattr(importlib, "invalidate_caches", None)
pytest_version_info = tuple(map(int, pytest.__version__.split(".")[:3]))
@pytest.fixture
def limited_recursion_depth():