diff options
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini new file mode 100644 index 00000000..be207cd8 --- /dev/null +++ b/pytest.ini @@ -0,0 +1,10 @@ +[pytest] +# We use pytest-relaxed just for its utils at the moment, so disable it at the +# plugin level until we adapt test organization to really use it. +addopts = -p no:relaxed +# Loop on failure +looponfailroots = tests paramiko +# Ignore some warnings we cannot easily handle. +filterwarnings = + ignore::DeprecationWarning:pkg_resources + ignore::cryptography.utils.CryptographyDeprecationWarning |