Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
Some packages were updated, an this failed some tests. By setting a specific release this should be prevented.
  • Loading branch information
uijl committed Jul 3, 2019
1 parent b8d9a08 commit 1a765cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
]

tests_require = [
"pytest",
"pytest==3.10.1",
"pytest-cov",
"pytest-timeout",
"pytest-datadir"
Expand Down

0 comments on commit 1a765cd

Please sign in to comment.