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

Commit

Permalink
Removed ansible from install_requires (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
hispanico committed Mar 18, 2021
1 parent 6b141c0 commit 6092331
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ setup_requires =

# These are required in actual runtime:
install_requires =
ansible >= 2.10.3
# molecule plugins are not allowed to mention Ansible as a direct dependency
molecule >= 3.2.0
pyyaml >= 5.1, < 6

Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ description =
Unit testing
usedevelop = True
extras =
ansible
lint
test
commands =
Expand Down Expand Up @@ -49,8 +50,8 @@ setenv =
MOLECULE_NO_LOG=0
deps =
devel: ansible>=2.10.3,<2.11
py{36,37,38,39}: molecule[test]
py{36,37,38,39}-{devel}: git+https://github.com/ansible-community/molecule.git@master#egg=molecule[test]
py{36,37,38,39}: molecule[ansible,test]
py{36,37,38,39}-{devel}: git+https://github.com/ansible-community/molecule.git@master#egg=molecule[ansible,test]
dockerfile: ansible>=2.9.12
cookiecutter
molecule-docker
Expand Down

0 comments on commit 6092331

Please sign in to comment.