Skip to content

Commit

Permalink
Pin pytest to < 6.0.0
Browse files Browse the repository at this point in the history
pytest 6.0.0 has broken the job with issue [1],
until it's fixed with PR [2] and released let's pin it.

[1] pytest-dev/pytest#7559
[2] pytest-dev/pytest#7561

Change-Id: I073cfbcb4a65e716373f0a4df4766fd38a801618
  • Loading branch information
karelyatin committed Jul 29, 2020
1 parent 42bee75 commit db8e6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -7,7 +7,7 @@ setenv =
PYTHONPATH=$PYTHONPATH:{toxinidir}
deps=
distroinfo
pytest
pytest<6.0.0
pytest-html
pytest-xdist
pyyaml
Expand Down

0 comments on commit db8e6a7

Please sign in to comment.