diff --git a/src/tox_ansible/plugin.py b/src/tox_ansible/plugin.py index 124d350..db5ef40 100644 --- a/src/tox_ansible/plugin.py +++ b/src/tox_ansible/plugin.py @@ -45,7 +45,7 @@ OUR_DEPS = [ "pytest", "pytest-xdist", - "git+https://github.com/ansible-community/pytest-ansible.git", + "pytest-ansible", ] T = TypeVar("T", bound=ConfigSet)