Skip to content

Commit

Permalink
Pin pytest to 4.6.11 in tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexcles committed Dec 15, 2020
1 parent 5d22f87 commit 0943659
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion tools/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ skip_missing_interpreters = False

[testenv]
deps =
pytest
# Same as tools/third_party/pytest, also the last version that supports Python 2
pytest==4.6.11
pytest-cov
# mock no longer supports Python 2 since v4
mock==3.*
Expand Down
3 changes: 2 additions & 1 deletion tools/wave/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ skip_missing_interpreters = False

[testenv]
deps =
pytest
# Same as tools/third_party/pytest, also the last version that supports Python 2
pytest==4.6.11
pytest-cov
hypothesis
mock
Expand Down
3 changes: 2 additions & 1 deletion tools/wpt/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ skip_missing_interpreters = False

[testenv]
deps =
pytest
# Same as tools/third_party/pytest, also the last version that supports Python 2
pytest==4.6.11
pytest-cov
hypothesis
# mock no longer supports Python 2 since v4
Expand Down
3 changes: 2 additions & 1 deletion tools/wptrunner/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ skip_missing_interpreters = False

[testenv]
deps =
pytest>=2.9
# Same as tools/third_party/pytest, also the last version that supports Python 2
pytest==4.6.11
pytest-cov
pytest-xdist
# mock no longer supports Python 2 since v4
Expand Down

0 comments on commit 0943659

Please sign in to comment.