From 35998b780a0e4d97842e5254fd1960a44e9127aa Mon Sep 17 00:00:00 2001 From: Riccardo Pittau Date: Mon, 19 Oct 2020 11:39:42 +0200 Subject: [PATCH] Set safe version of hacking Versions of hacking from 3.1.0 until 4.0.0 NOT included are supposed to require a safe version of flake8, so besides normale issues related to minor version upgrades, we can safely use those versions. Also forcing pycodestyle versions to be compatible with flake8 installed by hacking. Change-Id: I3573f9d360450eaa204f5e951fc9e56592c77af2 --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index a41e5f0bd..337a1804f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -10,5 +10,6 @@ stestr>=2.0.0 # Apache-2.0 testtools>=2.2.0 # MIT Pygments>=2.2.0 # BSD license flake8-import-order>=0.17.1 # LGPLv3 +pycodestyle>=2.0.0,<2.7.0 # MIT openstacksdk>=0.37.0 # Apache-2.0