Skip to content

Commit 3ebcc14

Browse files
author
TJ Bruno
committed
Add warning filter
1 parent 90d10a8 commit 3ebcc14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
#!/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

Comments
 (0)