Merge pull request #80 from 0xFelix/ansible-test-requirements

chore: Add requirements.txt for ansible-test units
This commit is contained in:
kubevirt-bot
2024-04-16 18:30:37 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -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

View File

@@ -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