paramiko/pytest.ini

8 lines
232 B
INI
Raw Normal View History

2022-11-25 17:13:32 +08:00
[pytest]
# Loop on failure
looponfailroots = tests paramiko
# Ignore some warnings we cannot easily handle.
filterwarnings =
ignore::DeprecationWarning:pkg_resources
ignore::cryptography.utils.CryptographyDeprecationWarning