Skip to content

Commit bc7a612

Browse files
authored
Update versions for pytest, xdist and attrs in test-requirements.txt (#5399)
This fixes Travis-CI.
1 parent 0725333 commit bc7a612

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test-requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1+
attrs>=18.0
12
flake8
23
flake8-bugbear; python_version >= '3.5'
34
flake8-pyi; python_version >= '3.6'
45
lxml==4.2.3
56
psutil==5.4.0
6-
pytest>=3.0
7-
pytest-xdist>=1.18
7+
pytest>=3.4
8+
pytest-xdist>=1.22
89
pytest-cov>=2.4.0
910
typed-ast>=1.1.0,<1.2.0
1011
typing>=3.5.2; python_version < '3.5'

0 commit comments

Comments
 (0)