Skip to content

Commit 26af3b8

Browse files
author
hackermd
committed
Downgrade pytest version for Python2 compatibility
1 parent cb4c9f7 commit 26af3b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pytest==5.0.1
1+
pytest==4.6.5
22
pytest-flake8==1.0.4
33
pytest-localserver==0.5.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
]
5454
},
5555
tests_require=[
56-
'pytest>=5.0',
56+
'pytest>=4.6',
5757
'pytest-localserver>=0.5',
5858
'pytest-flake8>=1.0',
5959
'tox>=3.13',

0 commit comments

Comments
 (0)