Skip to content

Commit e3f2f6e

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

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
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(
7+
"ignore::pytest.PytestUnraisableExceptionWarning"
8+
)

0 commit comments

Comments
 (0)