Skip to content

Commit 8606f23

Browse files
committed
remove unused pytest version check
1 parent e8549d5 commit 8606f23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test_pytest_rerunfailures.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66

77

88
pytest_plugins = 'pytester'
9-
pytest_version_gte_53 = pkg_resources.parse_version(pytest.__version__) >= pkg_resources.parse_version('5.3')
109

1110

1211
def temporary_failure(count=1):

0 commit comments

Comments
 (0)