Skip to content

Commit 79f1b59

Browse files
committed
We have no deprecated versions of Python now
1 parent 7281ed9 commit 79f1b59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ def in_memory_pip():
496496
@pytest.fixture(scope="session")
497497
def deprecated_python():
498498
"""Used to indicate whether pip deprecated this Python version"""
499-
return sys.version_info[:2] in [(2, 7), (3, 5)]
499+
return sys.version_info[:2] in []
500500

501501

502502
@pytest.fixture(scope="session")

0 commit comments

Comments
 (0)