summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Mayer <entroP@gmail.com>2020-04-12 15:04:22 +0200
committerJustin Mayer <entroP@gmail.com>2020-04-12 15:04:22 +0200
commit2a5bb109ba3ce0910b5e4ca3a19313c564f2017a (patch)
tree2ea47359b29e1ca5f50ba2b925320448ea227b80
parent0f97f6d488cbddde2fb129d20d60e34bdad68f28 (diff)
downloadpelican-2a5bb109ba3ce0910b5e4ca3a19313c564f2017a.tar.gz
Pin pytest until 5.4.x series has stabilized
Version 5.4.1 is currently incompatible with pytest-sugar.
-rw-r--r--requirements/test.pip2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/test.pip b/requirements/test.pip
index f5d09e4a..5cadfafb 100644
--- a/requirements/test.pip
+++ b/requirements/test.pip
@@ -1,6 +1,6 @@
# Tests
mock
-pytest
+pytest==5.3.5
# Optional Packages
Markdown >= 3.1