diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:46 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-13 12:04:46 +0000 |
commit | 745738d66d01d7ddacafdde4f8c6851f03aefdad (patch) | |
tree | 9b01d045aa5646ed2dc1a874b5ce5c60fa871f44 /debian/tests/control | |
parent | Adding upstream version 7.7.0+dfsg. (diff) | |
download | ansible-745738d66d01d7ddacafdde4f8c6851f03aefdad.tar.xz ansible-745738d66d01d7ddacafdde4f8c6851f03aefdad.zip |
Adding debian version 7.7.0+dfsg-3.debian/7.7.0+dfsg-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/tests/control')
-rw-r--r-- | debian/tests/control | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 000000000..0aeacb7bd --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,23 @@ +Tests: unit-tests-stable +Depends: @, + git, + python3-boto3, + python3-bcrypt, + python3-flake8, + python3-mock, + python3-pytest-forked, + python3-pytest-mock, + python3-pytest-xdist, + 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 |