From 0ccfeadc2546232caf41816dca0648610cfdb98f Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 9 Nov 2020 08:34:32 -0700 Subject: [PATCH] Bump pyflakes and pin ansible-lint We need a python 3.9 compatible version of pyflakes and we need to pin ansible-lint to an ansible 2.7 compatible version. Related PyCQA/pyflakes #367 Change-Id: Iedc76eb82d831cad8dfc569477eece827aca750c --- ansible-requirements.txt | 2 +- requirements.txt | 1 - test-requirements.txt | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible-requirements.txt b/ansible-requirements.txt index 21265ff..feed60a 100644 --- a/ansible-requirements.txt +++ b/ansible-requirements.txt @@ -3,4 +3,4 @@ # lint checks and want to document these as ansible specific things that may # be required for this repository. ansible==2.7.6 -ansible-lint +ansible-lint<=4.0.0 diff --git a/requirements.txt b/requirements.txt index 885c2cb..ac56c37 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1 @@ pbr>=1.6 -ansible diff --git a/test-requirements.txt b/test-requirements.txt index c3ed418..8710760 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1 +1,2 @@ hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0 +pyflakes>=2.2.0