Skip to content

Commit

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

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

0 comments on commit 15b1dbd

Please sign in to comment.