From 765c8ddbe2ec8602d74d334750ac62446ebabc67 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Tue, 16 Feb 2021 17:33:05 +0000 Subject: [PATCH] Keep test dependencies as-is for now These are leading to multiple failures: - flake8 fails with various issues - isort fails with various issues - pytest fails on a couple of 2FA tests While we can and should upgrade these dependencies, the priority is fixing the build so that we can do this reliably. --- requirements_for_test.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements_for_test.txt b/requirements_for_test.txt index ba557520d..bc6a0b2b9 100644 --- a/requirements_for_test.txt +++ b/requirements_for_test.txt @@ -1,14 +1,14 @@ -r requirements.txt -isort==5.7.0 -pytest==6.2.2 +isort==4.3.21 +pytest==5.3.2 pytest-env==0.6.2 -pytest-mock==3.5.1 -pytest-xdist==2.2.1 -beautifulsoup4==4.9.3 -freezegun==1.1.0 -flake8==3.8.4 -flake8-bugbear==20.11.1 -flake8-print==4.0.0 -requests-mock==1.8.0 +pytest-mock==1.11.2 +pytest-xdist==1.31.0 +beautifulsoup4==4.8.1 +freezegun==0.3.12 +flake8==3.7.9 +flake8-bugbear==19.8.0 +flake8-print==3.1.4 +requests-mock==1.7.0 # used for creating manifest file locally jinja2-cli[yaml]==0.7.0