Skip to content

Commit 80783b9

Browse files
committed
ignore DeprecationWarning
1 parent cb5a50a commit 80783b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pytest.ini

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ testpaths = tests
44

55
filterwarnings =
66
# for matplotlib 3.6.3
7-
ignore:Enum value.*:DeprecationWarning
7+
ignore:Enum value.*:DeprecationWarning
8+
ignore:.*has no __module__ attribute:DeprecationWarning

0 commit comments

Comments
 (0)