Skip to content

Commit 355cb22

Browse files
authored
Merge pull request #93 from gizmag/revert-92-fix-ci
Revert "Pin pytest to previous version"
2 parents 628a125 + 60a24c2 commit 355cb22

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==4.0.2', # https://github.com/pytest-dev/pytest-cov/issues/252
25+
'pytest',
2626
'pytest-cov',
2727
'pytest-django',
2828
'pytest-mock',

0 commit comments

Comments
 (0)