From 15619f8a51d441216250b0690c4ea6c97be2b185 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Sat, 23 Nov 2019 12:56:18 +0100 Subject: [PATCH] test-requirements: bump pyflakes to get f-strings support Starting from Python 3.6 we can use f-strings. But default Flake8 setup on CI does not handle it. Let's sort that out as suggested on mailing list: http://lists.openstack.org/pipermail/openstack-discuss/2019-November/011056.html Change-Id: If9113306aa7a652dd0d9f2c8bff8f64f639cfdbd --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test-requirements.txt b/test-requirements.txt index 18de5acca9..ba0f5c5690 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -12,6 +12,7 @@ hacking>=1.1.0,<1.2.0 # Apache-2.0 oslo.log>=3.36.0 # Apache-2.0 oslotest>=3.2.0 # Apache-2.0 PrettyTable<0.8,>=0.7.1 # BSD +pyflakes>=1.4.0,<1.5 PyYAML>=3.10 # MIT python-barbicanclient>=4.0.0 # Apache-2.0 python-heatclient>=1.10.0 # Apache-2.0