diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:03:47 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 16:03:47 +0000 |
commit | deef9f57fec5948df575f3b93013f7760fce3d1c (patch) | |
tree | ce2fe3ad388f3995e6e597771f7c5106c3ac9cab /debian/tests/control | |
parent | Adding upstream version 7.3.0+dfsg. (diff) | |
download | ansible-deef9f57fec5948df575f3b93013f7760fce3d1c.tar.xz ansible-deef9f57fec5948df575f3b93013f7760fce3d1c.zip |
Adding debian version 7.3.0+dfsg-1.debian/7.3.0+dfsg-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 00000000..0aeacb7b --- /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 |