Skip to content

Commit e3e46b3

Browse files
committed
ignore warnings in external libraries
1 parent e641dcb commit e3e46b3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[pytest]
22
markers =
33
clipboard: tests that access the clipboard
4-
cosmetics: tests style guide and other cosmetics
4+
cosmetics: tests style guide and other cosmetics
5+
filterwarnings =
6+
ignore::DeprecationWarning:.*site-packages.*

0 commit comments

Comments
 (0)