From f604e51cc4a15df5fb4f564e37a1a1a6c44735ab Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 1 Oct 2019 14:47:55 -0400 Subject: [PATCH 1/2] recent 19.2.0 attr release is incompatible with our version of pytest --- testing/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/requirements.txt b/testing/requirements.txt index 925321f69d9..1a99c331dc0 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -1,3 +1,4 @@ +attrs=19.1.0 beautifulsoup4==4.7.1 coverage==4.5.2 flaky==3.5.3 From ce20518f76f9c64582637c881f128ae3d5beb940 Mon Sep 17 00:00:00 2001 From: Chris Wilcox Date: Tue, 1 Oct 2019 14:56:56 -0400 Subject: [PATCH 2/2] update pytest to v5 --- testing/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/testing/requirements.txt b/testing/requirements.txt index 1a99c331dc0..3a096c5d22d 100644 --- a/testing/requirements.txt +++ b/testing/requirements.txt @@ -1,4 +1,3 @@ -attrs=19.1.0 beautifulsoup4==4.7.1 coverage==4.5.2 flaky==3.5.3 @@ -7,7 +6,7 @@ mock==2.0.0 mysql-python==1.2.5; python_version < "3.0" PyCrypto==2.6.1 pytest-cov==2.6.1 -pytest==4.2.0 +pytest==5.2.0 pyyaml==3.13 responses==0.10.5 WebTest==2.0.32