mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
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:
parent
b769144a63
commit
adbefe8363
2 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Tests
|
||||
Pygments==2.6.1
|
||||
pytest==5.3.5
|
||||
pytest
|
||||
pytest-cov
|
||||
pytest-xdist
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue