We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cec942 commit d771ffbCopy full SHA for d771ffb
pytest.ini
@@ -1,8 +1,7 @@
1
[pytest]
2
filterwarnings =
3
error
4
-; ignore::FutureWarning
5
-; ignore::PendingDeprecationWarning
6
-; ignore::DeprecationWarning
7
norecursedirs = *
8
-doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
+doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
+markers =
+ slow: mark a test as slow.
0 commit comments