From a1b693b84d97f2cd0e0f9482d2f85a894c45c265 Mon Sep 17 00:00:00 2001 From: Rick Bartra Date: Fri, 11 Sep 2020 12:55:12 -0400 Subject: [PATCH] fix: Gate fix for Armada cover, pep8, and docs gates Now that the Armada gates are running on Focal(20.04), grpcio and pyflakes need to use a version compatible with python3.8 and Ubuntu 20.04 Change-Id: I1071d211e5a6c4a5fcdad9818f735fcb3c97d962 --- requirements.txt | 2 +- test-requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07b636a5..f27c50f2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ deepdiff==3.3.0 gitpython -grpcio==1.16.0 +grpcio>=1.16.0 jsonschema>=2.6.0 keystoneauth1==2.21.0 keystonemiddleware==4.9.1 diff --git a/test-requirements.txt b/test-requirements.txt index 4c2d8cff..19bf54e8 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,5 @@ # General +pyflakes>=2.1.1 tox # Docs