From 8c33fadd4d57d1a92c592a8a0da7fdca097c8f85 Mon Sep 17 00:00:00 2001 From: Katie Smith Date: Mon, 29 Apr 2019 14:15:43 +0100 Subject: [PATCH] Make pyup ignore pytest-xdist The next available version of pytest-xdist is 1.28.0, which requires pytest>=4.4. We currently have Pytest pinned to version 3. https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst#pytest-xdist-1280-2019-04-02 --- requirements_for_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index 18503142d..a786ef9b7 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -6,7 +6,7 @@ pytest-env==0.6.2 pytest-mock==1.10.4 pytest-cov==2.6.1 coveralls==1.7.0 -pytest-xdist==1.27.0 +pytest-xdist==1.27.0 # pyup: ignore, version 1.28.0 requires pytest >= 4.4 freezegun==0.3.11 requests-mock==1.5.2 # optional requirements for jsonschema