Upgrade pytest-xdist dev dependency to v2.0

Also, stop pinning pytest version, since older version combined with
pytest-xdist 2.0 caused CI test errors.
This commit is contained in:
Justin Mayer 2020-08-16 07:19:47 +02:00
commit adbefe8363
2 changed files with 2 additions and 2 deletions

View file

@ -54,7 +54,7 @@ pytest = "^6.0"
pytest-cov = "^2.8"
pytest-pythonpath = "^0.7.3"
pytest-sugar = "^0.9.4"
pytest-xdist = "^1.31"
pytest-xdist = "^2.0"
tox = "^3.13"
flake8 = "^3.8"
flake8-import-order = "^0.18.1"

View file

@ -1,6 +1,6 @@
# Tests
Pygments==2.6.1
pytest==5.3.5
pytest
pytest-cov
pytest-xdist