Skip to content

Commit

Permalink
Fix functools32 backport (#4)
Browse files Browse the repository at this point in the history
* Testing pip install with the current python version

* Upgrade pip setuptools

* Upgrading pip version

* Adding --ignore-installed to pip install

* Migrating to python3

* Adding functools32 to python 2.7

* Adding functools32 to the requirements test file

* Upgrading venv

* Trying workaround with --user

* Using functools32==3.2.3-1

* Using --no-deps

* Removing functools32

* Using -dev python version

* Using python 3.11

* Using python 3.11-dev

* Using pip3

* Forcing cfn-lint>=0.60.0
  • Loading branch information
malcon-moreira-sm authored May 17, 2022
1 parent d5d624f commit 6f52229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_files/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ansible
ansible-lint
cfn-lint
cfn-lint>=0.60.0

0 comments on commit 6f52229

Please sign in to comment.