summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-07-29 12:38:41 -0400
committerGitHub <noreply@github.com>2020-07-29 12:38:41 -0400
commitdb5c1c81840638cfe6f08bbd40982b86dd3ecef7 (patch)
treefac4891210c02e191fe283e7bb65bdc58d740fc8
parente1e54d2e2f9b4529276a89fa0a35e76f9964ca2a (diff)
downloadvyos-cloud-init-db5c1c81840638cfe6f08bbd40982b86dd3ecef7.tar.gz
vyos-cloud-init-db5c1c81840638cfe6f08bbd40982b86dd3ecef7.zip
test-requirements.txt: pin pytest to <6 (#512)
pylint is emitting errors with pytest 6.x which are not observed on pytest 5.x. While that is resolved, pin to a lower pytest version.
-rw-r--r--test-requirements.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 0a6a04d4..139e9bf0 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,6 +1,7 @@
# Needed generally in tests
httpretty>=0.7.1
-pytest
+# Temporarily pin pytest until https://github.com/pytest-dev/pytest/pull/7566 is released
+pytest<6
pytest-cov
# Only really needed on older versions of python