summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2020-08-01 22:49:55 -0400
committerGitHub <noreply@github.com>2020-08-01 20:49:55 -0600
commita13febd286d21f1754e32f4a05e722039eb452b8 (patch)
tree4abf7041e9abe9254db07ea1640e7697e9fb9ef7 /test-requirements.txt
parentdb5c1c81840638cfe6f08bbd40982b86dd3ecef7 (diff)
downloadcloud-init-git-a13febd286d21f1754e32f4a05e722039eb452b8.tar.gz
Revert "test-requirements.txt: pin pytest to <6 (#512)" (#515)
pytest 6.0.1 fixes the issue we had with pytest 6.0.0. This reverts commit db5c1c81840638cfe6f08bbd40982b86dd3ecef7.
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 139e9bf0..0a6a04d4 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,7 +1,6 @@
# Needed generally in tests
httpretty>=0.7.1
-# Temporarily pin pytest until https://github.com/pytest-dev/pytest/pull/7566 is released
-pytest<6
+pytest
pytest-cov
# Only really needed on older versions of python