Skip to content

Commit 4d4fa21

Browse files
committed
Pin pytest to previous version
Until pytest-dev/pytest-cov#252 get fixed
1 parent 7426297 commit 4d4fa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def readfile(filename):
2222
install_requires=['django>=1.8', 'django_fsm>=2', 'django_appconf'],
2323
extras_require={
2424
'testing': [
25-
'pytest',
25+
'pytest==4.0.2', # https://github.com/pytest-dev/pytest-cov/issues/252
2626
'pytest-cov',
2727
'pytest-django',
2828
'pytest-mock',

0 commit comments

Comments
 (0)