Skip to content
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.

Commit

Permalink
tox: Don't use pytest 3.0.2
Browse files Browse the repository at this point in the history
There is a known issue[1], that causes this version to break piglit's
unitests. There is a fix queued for 3.0.3, and when that's released this
can be changed to '>=3.0.3'. In the meantime this patch fixes it by not
letting tox install the bad version.

[1] pytest-dev/pytest#1905

Signed-off-by: Dylan Baker <[email protected]>
  • Loading branch information
dcbaker committed Sep 2, 2016
1 parent b252362 commit 286dbf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ deps =
py27-accel-nix: backports.lzma
py27-accel-nix: subprocess32
py35: mako==1.0.2
pytest
pytest<3.0.2
pytest-mock
pytest-pythonpath
pytest-raises
Expand Down

0 comments on commit 286dbf3

Please sign in to comment.