From 9d0612eb2f81915596af7d81dbf2551f0d8b7981 Mon Sep 17 00:00:00 2001 From: "Michael J. Sullivan" Date: Fri, 5 Apr 2019 12:12:01 -0700 Subject: [PATCH] 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? --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 315d238f592c..111014e213c6 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -5,7 +5,7 @@ flake8-pyi; python_version >= '3.6' lxml==4.2.4 mypy_extensions==0.4.0 psutil==5.4.0 -pytest>=3.4 +pytest>=4.4 pytest-xdist>=1.22 pytest-cov>=2.4.0 typed-ast>=1.3.0,<1.4.0