We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5a50a commit 80783b9Copy full SHA for 80783b9
pytest.ini
@@ -4,4 +4,5 @@ testpaths = tests
4
5
filterwarnings =
6
# for matplotlib 3.6.3
7
- ignore:Enum value.*:DeprecationWarning
+ ignore:Enum value.*:DeprecationWarning
8
+ ignore:.*has no __module__ attribute:DeprecationWarning
0 commit comments