We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd1d29 commit 1ef63fcCopy full SHA for 1ef63fc
pytest.ini
@@ -1,2 +1,5 @@
1
[pytest]
2
norecursedirs = *.egg .eggs dist build docs .tox
3
+filterwarnings =
4
+ once::DeprecationWarning
5
+ once::PendingDeprecationWarning
0 commit comments