Skip to content

Commit

Permalink
Use released pytest-ansible (#176)
Browse files Browse the repository at this point in the history
* Use released pytest-ansible

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
cidrblock and pre-commit-ci[bot] authored May 10, 2023
1 parent 7b191d5 commit 565b2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tox_ansible/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 565b2b6

Please sign in to comment.