blob: be207cd86b0c34734b08135cdd5ce70f0021381c (
plain)
1
2
3
4
5
6
7
8
9
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
|