Skip to content

Commit

Permalink
Block pytest 4.6.0 for now due to crashes
Browse files Browse the repository at this point in the history
  • Loading branch information
aleju committed Jun 2, 2019
1 parent 8bb72f8 commit 284e18e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
pytest>=3.0.5
# 4.6.0 currently causes crashes, see https://github.com/pytest-dev/pytest/issues/5358
pytest>=3.0.5,<4.6.0
mock; python_version < '3.3' # unittest.mock does not exist in older versions
unittest2; python_version < '3.4' # in 3.4, self.subTest was added
xdoctest >= 0.7.2

0 comments on commit 284e18e

Please sign in to comment.