From: Lovett, Trevor Date: Tue, 17 Sep 2019 22:21:32 +0000 (-0500) Subject: [VVP] Only install black on py 3.6 and up X-Git-Tag: 6.0.0~47 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=vvp%2Fvalidation-scripts.git;a=commitdiff_plain;h=c4bec47386b0df6c88d766f9d694ba5e77e43b0b [VVP] Only install black on py 3.6 and up Issue-ID: VVP-310 Change-Id: I352773d923c0cd4a7a8cc146504520031ebb32e8 Signed-off-by: Lovett, Trevor --- diff --git a/requirements.txt b/requirements.txt index 203dc09..2a356dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -51,5 +51,5 @@ mock openstack-heat cached-property>=1.5,<1.6 bandit -black +black ; python_version>="3.6" pre-commit