Skip to content

Commit 3a26b5a

Browse files
committed
another attempt to ignore 3rd party warnings
1 parent e3e46b3 commit 3a26b5a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pytest.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,7 @@ markers =
33
clipboard: tests that access the clipboard
44
cosmetics: tests style guide and other cosmetics
55
filterwarnings =
6-
ignore::DeprecationWarning:.*site-packages.*
6+
ignore::DeprecationWarning:defusedxml
7+
ignore::DeprecationWarning:defusedxml\..*
8+
ignore::DeprecationWarning:oletools
9+
ignore::DeprecationWarning:oletools\..*

0 commit comments

Comments
 (0)