From 18ae79008f7624170cd6bd5058443faef7307d6d Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Fri, 31 Jul 2020 14:08:01 -0400 Subject: [PATCH] Revert "test-requirements.txt: pin pytest to <6 (#512)" pytest 6.0.1 fixes the issue we had with pytest 6.0.0. This reverts commit db5c1c81840638cfe6f08bbd40982b86dd3ecef7. --- test-requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index 139e9bf08b0..0a6a04d45d1 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