diff options
author | Justin Mayer <entroP@gmail.com> | 2022-08-01 12:56:58 +0200 |
---|---|---|
committer | Justin Mayer <entroP@gmail.com> | 2022-08-01 12:56:58 +0200 |
commit | 6487735efb0858ef82bb53c78fb15e4ae40657af (patch) | |
tree | 8355dd5d8e28239f00a0fa9a5603eb0267e6b2d7 | |
parent | 09c420f40c31c23d3c28121737ee9b7590ba8f1b (diff) | |
download | pelican-6487735efb0858ef82bb53c78fb15e4ae40657af.tar.gz |
Update Pytest and plugin versions
Also remove pytest-pythonpath as Pytest 7+ includes comparable
functionality. Don't believe we were using it anyway.
-rw-r--r-- | pyproject.toml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index 39f45d5e..4c41abec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,10 +53,9 @@ furo = "2022.06.21" livereload = "^2.6" psutil = {version = "^5.7", optional = true} pygments = "~2.8" -pytest = "^6.0" -pytest-cov = "^2.8" -pytest-pythonpath = "^0.7.3" -pytest-sugar = "^0.9.4" +pytest = "^7.1" +pytest-cov = "^3.0" +pytest-sugar = "^0.9.5" pytest-xdist = "^2.0" tox = {version = "^3.13", optional = true} flake8 = "^3.8" |