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 3ebcc14Copy full SHA for 3ebcc14
test/__init__.py
@@ -1 +1,6 @@
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("ignore::pytest.PytestUnraisableExceptionWarning")
0 commit comments