From d2f0672c32490d35bde0a94c7ac304b1c9897826 Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 24 Jun 2020 18:04:33 +0200 Subject: [PATCH] pep8: cap hacking to an appropriate old release Newer versions brings in newer flake8 releases which enable new rule and make the verification fail on pre-ussuri branches. This change affects train and older releases. Depends-On: https://review.opendev.org/737838 Change-Id: Ic25fa41fe71805a8ef52cd41947274e5999f1339 (cherry picked from commit 45d9097e4bbdcfa2a43b6c366dc0cf8503b96edf) --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 8c24197486..3ff2837685 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -2,7 +2,7 @@ # of appearance. Changing the order has an impact on the overall integration # process, which may cause wedges in the gate later. -hacking>=1.1.0 # Apache-2.0 +hacking>=1.1.0,<2.0.0 # Apache-2.0 PyMySQL>=0.7.6 # MIT License bandit>=1.1.0,<1.6.0 # Apache-2.0