From 1c367ca94ce56ba81d03ce2a192ed36046576fb9 Mon Sep 17 00:00:00 2001 From: Ethan Smith Date: Fri, 28 Jul 2017 19:01:20 -0700 Subject: [PATCH] Bump Pytest version to 3.0 pytest-xdist requires pytest 3.0, so we bump the requirements to meet that. --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index d72d4cc49181..87e2e249fc02 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ flake8-bugbear; python_version >= '3.5' flake8-pyi; python_version >= '3.6' lxml; sys_platform != 'win32' or python_version == '3.5' or python_version == '3.6' typed-ast>=1.1.0,<1.2.0 -pytest>=2.8 -pytest-xdist>=1.13 +pytest>=3.0 +pytest-xdist>=1.18 pytest-cov>=2.4.0 typing>=3.5.2; python_version < '3.5'