Skip to content

Commit e85b17d

Browse files
emmatypinggvanrossum
authored andcommitted
Bump Pytest version to 3.0 (#3777)
pytest-xdist requires pytest 3.0, so we bump the requirements to meet that.
1 parent 9104d55 commit e85b17d

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
@@ -3,7 +3,7 @@ flake8-bugbear; python_version >= '3.5'
33
flake8-pyi; python_version >= '3.6'
44
lxml; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6'
55
typed-ast>=1.1.0,<1.2.0
6-
pytest>=2.8
7-
pytest-xdist>=1.13
6+
pytest>=3.0
7+
pytest-xdist>=1.18
88
pytest-cov>=2.4.0
99
typing>=3.5.2; python_version < '3.5'

0 commit comments

Comments
 (0)