diff options
Diffstat (limited to 'test-requirements.txt')
-rw-r--r-- | test-requirements.txt | 3 |
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 |