summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2023-01-16 21:47:15 -0500
committerJeff Forcier <jeff@bitprophet.org>2023-01-16 21:47:17 -0500
commitfb7c951268175891c4926348e6e2a2976464d4ba (patch)
treee0c21c3479606941d55921893f796c23e7ea4c93
parent1e13eac2be67df30558db33e27191816bc1dadb2 (diff)
downloadparamiko-fb7c951268175891c4926348e6e2a2976464d4ba.tar.gz
Stop ignoring warnings in the test suite for now
Most of what we put this in for is gone as we now use newer versions of most dependencies. The few that remain are acceptable levels of noise or only on certain versions (eg py36).
-rw-r--r--pytest.ini4
1 files changed, 0 insertions, 4 deletions
diff --git a/pytest.ini b/pytest.ini
index be207cd8..62fef863 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -4,7 +4,3 @@
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