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

Commit

Permalink
Remove molecule-docker plugin from creator-ee
Browse files Browse the repository at this point in the history
This change is needed because community.docker collections has
a requirements on python package docker-compose<2.0 and that is
causing other conflicts with our dependencies. As new docker-compose
versions are no longer on pypi, the only workaround would for the
collection to make that dependency soft.

This will not be added back unless that conflicts are addressed.
  • Loading branch information
ssbarnea committed May 19, 2022
1 parent ae960e5 commit db3a60a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion _build/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ansible-lint>=6.0.2
molecule>=3.6.1
molecule-containers>=1.0.2
molecule-docker>=1.1.0
# molecule-docker>=1.1.0 # removed due to requiring docker-compose<2.0.0
molecule-openstack>=0.3
molecule-podman>=2.0.0
yamllint>=1.26.3
1 change: 0 additions & 1 deletion _build/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
ansible-lint==6.0.2
molecule==3.6.1
molecule-containers==1.0.2
molecule-docker==1.1.0
molecule-openstack==0.3
molecule-podman==2.0.0
yamllint==1.26.3

0 comments on commit db3a60a

Please sign in to comment.