From 2bf86c4c82404d3e987be23cf85f270a3c46c6e0 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 9 Nov 2020 08:37:41 -0700 Subject: [PATCH] Bump pyflakes and fixup sphinx We need a python 3.9 compatible version. Related PyCQA/pyflakes #367 Change-Id: Ie29d04b53d9e18337bca374617754f55126af4bc --- test-requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test-requirements.txt b/test-requirements.txt index efdba89..de9adfe 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -6,8 +6,8 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 coverage!=4.4,>=4.0 # Apache-2.0 fixtures>=3.0.0 # Apache-2.0/BSD python-subunit>=1.0.0 # Apache-2.0/BSD -sphinx!=1.6.6,!=1.6.7,>=1.6.5,<2.0.0;python_version=='2.7' # BSD -sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.5;python_version>='3.4' # BSD +sphinx>=1.6.5,!=1.6.6,!=1.6.7,!=2.1.0,!=3.0.0 # BSD stestr>=2.0.0 # Apache-2.0 testscenarios>=0.4 # Apache-2.0/BSD testtools>=2.2.0 # MIT +pyflakes>=2.2.0