mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update Pytest and plugin versions
Also remove pytest-pythonpath as Pytest 7+ includes comparable functionality. Don't believe we were using it anyway.
This commit is contained in:
parent
09c420f40c
commit
6487735efb
1 changed files with 3 additions and 4 deletions
|
|
@ -53,10 +53,9 @@ furo = "2022.06.21"
|
||||||
livereload = "^2.6"
|
livereload = "^2.6"
|
||||||
psutil = {version = "^5.7", optional = true}
|
psutil = {version = "^5.7", optional = true}
|
||||||
pygments = "~2.8"
|
pygments = "~2.8"
|
||||||
pytest = "^6.0"
|
pytest = "^7.1"
|
||||||
pytest-cov = "^2.8"
|
pytest-cov = "^3.0"
|
||||||
pytest-pythonpath = "^0.7.3"
|
pytest-sugar = "^0.9.5"
|
||||||
pytest-sugar = "^0.9.4"
|
|
||||||
pytest-xdist = "^2.0"
|
pytest-xdist = "^2.0"
|
||||||
tox = {version = "^3.13", optional = true}
|
tox = {version = "^3.13", optional = true}
|
||||||
flake8 = "^3.8"
|
flake8 = "^3.8"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue