diff options
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 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 |