Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Problem: CI is failing because ruamel.yaml.clib no
Browse files Browse the repository at this point in the history
longer supports Python 2

Solution: limit the python 2 version of ruamel.yaml.clib to 0.2.2.

fixes: #8977
  • Loading branch information
mikedep333 committed Jun 25, 2021
1 parent f44e598 commit b055718
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/8977.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix installation of molecule on python 2 by limiting the python 2 version of ruamel.yaml.clib to 0.2.2.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ deps =
# molecule dep that is incompatible with python 2 as of 1.13.0 & 1.13.1
sh < 1.13 ; python_version < "3"
ruamel.yaml < 0.17 ; python_version < "3"
ruamel.yaml.clib < 0.2.3 ; python_version < "3"
setenv =
release: TEST_1 = release
source: TEST_1 = source
Expand Down

0 comments on commit b055718

Please sign in to comment.