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

Commit 286dbf3

Browse files
committed
tox: Don't use pytest 3.0.2
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]>
1 parent b252362 commit 286dbf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ deps =
2020
py27-accel-nix: backports.lzma
2121
py27-accel-nix: subprocess32
2222
py35: mako==1.0.2
23-
pytest
23+
pytest<3.0.2
2424
pytest-mock
2525
pytest-pythonpath
2626
pytest-raises

0 commit comments

Comments
 (0)