Skip to content

Commit 9d0612e

Browse files
authored
Update the pytest version dependency (#6636)
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?
1 parent 309ff40 commit 9d0612e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ flake8-pyi; python_version >= '3.6'
55
lxml==4.2.4
66
mypy_extensions==0.4.0
77
psutil==5.4.0
8-
pytest>=3.4
8+
pytest>=4.4
99
pytest-xdist>=1.22
1010
pytest-cov>=2.4.0
1111
typed-ast>=1.3.0,<1.4.0

0 commit comments

Comments
 (0)