Skip to content

Commit

Permalink
Fix pytets version.
Browse files Browse the repository at this point in the history
  • Loading branch information
koenedaele committed Oct 15, 2020
1 parent 15b1dbd commit f46db11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pygments==2.5.2
flake8==3.7.8

# Unit testing
pytest==5.3.5 ; python_version < '3.0'
pytest==4.6.11 ; python_version < '3.0'
pytest==6.1.1 ; python_version >= '3.5'
mock==3.0.5
webtest==2.0.35
Expand Down

0 comments on commit f46db11

Please sign in to comment.