Skip to content

Commit

Permalink
Use pytest < 5.3.5 to work pytest failure
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Apr 19, 2020
1 parent de4c9db commit a1f5cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/test.txt
@@ -1,7 +1,7 @@
attrs >= 19.1.0
hypothesis >= 4.24, < 6
Pillow >= 5.0.0
pytest >= 4.4.0, < 6
pytest >= 4.4.0, < 5.3.5
pytest-xdist >= 1.28, < 2
pytest-helpers-namespace >= 2019.1.8
pytest-timeout >= 1.3.3
Expand Down

0 comments on commit a1f5cb5

Please sign in to comment.