Skip to content

Commit 4e7c4b6

Browse files
emmatypingilevkivskyi
authored andcommitted
Update pytest and pytest-xdist versions (#462)
This solves issues with pytest-xdist requiring pytest>=3.0
1 parent a84d7ad commit 4e7c4b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
flake8; python_version >= '3.6'
22
flake8-bugbear; python_version >= '3.6'
33
flake8-pyi; python_version >= '3.6'
4-
pytest>=2.8; python_version >= '3.3'
5-
pytest-xdist>=1.13; python_version >= '3.3'
4+
pytest>=3.0; python_version >= '3.3'
5+
pytest-xdist>=1.18; python_version >= '3.3'
66
pytest-cov>=2.4.0; python_version >= '3.3'
77
typing>=3.6.1; python_version <= '3.4'

0 commit comments

Comments
 (0)