Skip to content

Commit

Permalink
Update the pytest version dependency (#6636)
Browse files Browse the repository at this point in the history
Some mypyc CI jobs were failing because of an incompatability with new
pytest-xdists and old pytests, so bump the pytest version.
Failures haven't hit mypy CI yet but they probably will?
  • Loading branch information
msullivan authored Apr 5, 2019
1 parent 309ff40 commit 9d0612e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ flake8-pyi; python_version >= '3.6'
lxml==4.2.4
mypy_extensions==0.4.0
psutil==5.4.0
pytest>=3.4
pytest>=4.4
pytest-xdist>=1.22
pytest-cov>=2.4.0
typed-ast>=1.3.0,<1.4.0
Expand Down

0 comments on commit 9d0612e

Please sign in to comment.