diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:06:30 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-26 04:06:30 +0000 |
commit | c184d539b46002a85130c44d7c1fac4b3c7b870a (patch) | |
tree | c0ca3c082eb08adc185c2bf933cdf4b71ea049c0 /debian/tests/control | |
parent | Merging upstream version 9.5.1+dfsg. (diff) | |
download | ansible-c184d539b46002a85130c44d7c1fac4b3c7b870a.tar.xz ansible-c184d539b46002a85130c44d7c1fac4b3c7b870a.zip |
Merging debian version 9.5.1+dfsg-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 62 |
1 files changed, 50 insertions, 12 deletions
diff --git a/debian/tests/control b/debian/tests/control index 0aeacb7bd..4b85b722e 100644 --- a/debian/tests/control +++ b/debian/tests/control @@ -1,23 +1,61 @@ -Tests: unit-tests-stable +Tests: unit-tests-stable.py Depends: @, git, - python3-boto3, + python3-azure, python3-bcrypt, + python3-boto3, + python3-cryptography, + python3-dateutil, python3-flake8, + python3-gitlab, + python3-google-auth, + python3-httmock, + python3-hvac, + python3-jsonschema, + python3-kubernetes, + python3-lxml, python3-mock, + python3-msrestazure, + python3-openssl, + python3-paramiko, + python3-proxmoxer, python3-pytest-forked, python3-pytest-mock, python3-pytest-xdist, + python3-pyvmomi, + python3-redis, + python3-textfsm, + python3-xmltodict, yamllint # failing tests due to missing packages or other reasons -#Tests: unit-tests-flaky -#Depends: @, -# git, -# python3-boto3, -# python3-flake8, -# python3-mock, -# python3-pytest-xdist, -# python3-pyvmomi, -# yamllint -#Restrictions: flaky +Tests: unit-tests-flaky.py +Depends: @, + git, + python3-azure, + python3-bcrypt, + python3-boto3, + python3-cryptography, + python3-dateutil, + python3-flake8, + python3-gitlab, + python3-google-auth, + python3-httmock, + python3-hvac, + python3-jsonschema, + python3-kubernetes, + python3-lxml, + python3-mock, + python3-msrestazure, + python3-openssl, + python3-paramiko, + python3-proxmoxer, + python3-pytest-forked, + python3-pytest-mock, + python3-pytest-xdist, + python3-pyvmomi, + python3-redis, + python3-textfsm, + python3-xmltodict, + yamllint +Restrictions: flaky |