Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop testing of digitalocean, hetznercloud, lxd and openstack plugins #3322

Merged
merged 2 commits into from
Dec 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 15 additions & 13 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@ setenv =
{[testenv]setenv}
# without his upgrade would likely not do anything
PIP_CONSTRAINT = /dev/null
extras =
skip_install = true
usedevelop = false

Expand Down Expand Up @@ -178,23 +177,26 @@ commands =
[testenv:eco]
description = Smoketest of combining all known to be maintained plugins (ecosystem)
pip_pre = true
extras =
# we install test extra in order to validate it does not drag ansible in
test
deps =
# we install test extra in order to validate it does not drag ansible in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the future, it's best to move those dependencies to a proper location because the end-users don't need it (plus it's easier to maintain and repin automatically).

--editable .[test]
ansible-core >= 2.11
molecule-azure >= 0.5.0
molecule-containers >= 1.0.0
molecule-digitalocean >= 0.1
molecule-containers >= 1.0.2
# molecule-digitalocean >= 0.1 # removed on 2021-11-26 (unmaintained)
# https://github.com/ansible-community/molecule-digitalocean/issues/3
molecule-docker >= 1.0.2
molecule-ec2 >= 0.3
molecule-gce >= 0.2
molecule-hetznercloud >= 1.3.0
molecule-libvirt >= 0.0.3
molecule-lxd >= 0.2
molecule-openstack >= 0.3
molecule-ec2 >= 0.4
molecule-gce >= 0.3.1
# molecule-hetznercloud >= 1.3.0 # removed on 2021-12-02 (unmaintained)
# https://github.com/ansible-community/molecule-hetznercloud/issues/43
molecule-libvirt >= 0.0.5
# molecule-lxd >= 0.2 # removed on 2021-12-02 (unmaintained)
# https://github.com/ansible-community/molecule-lxd/issues/1
# molecule-openstack >= 0.3 # removed on 2021-12-02 (unmaintained)
# https://github.com/ansible-community/molecule-openstack/issues/1
molecule-podman >= 1.0.1
molecule-vagrant >= 0.6.1
molecule-vagrant >= 1.0.0
tox-ansible >= 1.5.1
pipdeptree >= 2.0.0
commands =
Expand Down