Fix bounds on mock
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-24 13:31:57 +02:00
parent 4db4d00d45
commit 71cad95079
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ install_requires =
[options.extras_require]
test =
hcloud >= 1.6.3
mock >= 4.0.2, < 4
mock >= 4.0.2, < 5
pytest-cov >= 2.8.1, < 3
pytest-helpers-namespace >= 2019.1.8, < 2020
pytest-mock >= 3.1.0, < 4