summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-04-12 15:38:17 +0200
committerJustin Mayer <entroP@gmail.com>2020-04-12 15:38:17 +0200
commit18c7a9c3a1cd152d03b76dd08fb876184ab4e5de (patch)
tree614d62fccebd45f16034e0ba0d5d2c9fadde0285
parentb6dc55f96c9e97b637f0b5e4720e61170d5d43fd (diff)
downloadpelican-18c7a9c3a1cd152d03b76dd08fb876184ab4e5de.tar.gz
Pin pytest in pyproject also
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 4d1477c0..cf79a74e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -47,7 +47,7 @@ sphinx = "=1.4.9"
sphinx_rtd_theme = "^0.4.3"
livereload = "^2.6"
mock = "^3.0"
-pytest = "^5.2"
+pytest = "~5.3.5"
pytest-cov = "^2.8"
pytest-pythonpath = "^0.7.3"
pytest-sugar = "^0.9.2"