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
This commit is contained in:
Katie Smith
2019-04-29 14:15:43 +01:00
parent b214ea22e1
commit 8c33fadd4d

View File

@@ -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