Skip to content

Commit

Permalink
Merge pull request #80 from 0xFelix/ansible-test-requirements
Browse files Browse the repository at this point in the history
chore: Add requirements.txt for ansible-test units
  • Loading branch information
kubevirt-bot authored Apr 16, 2024
2 parents b6c061f + ee7f992 commit 67d579c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# This file is required by tox-ansible
# No additional requirements at this moment
# Have a look at /requirements.txt and /test-requirements.txt
9 changes: 9 additions & 0 deletions tests/unit/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This file is required by ansible-test units
jinja2
jsonpatch
kubernetes>=28.1.0
PyYAML>=3.11
addict
pytest
pytest-mock
pytest-xdist

0 comments on commit 67d579c

Please sign in to comment.