We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90d10a8 commit e3f2f6eCopy full SHA for e3f2f6e
test/__init__.py
@@ -1 +1,8 @@
1
#!/usr/bin/env python
2
+
3
+import pytest
4
5
+# Ignore exceptions being raised as a result of BusABC.__del__
6
+pytestmark = pytest.mark.filterwarnings(
7
+ "ignore::pytest.PytestUnraisableExceptionWarning"
8
+)
0 commit comments