Skip to content

Commit d771ffb

Browse files
committed
Fix PytestUnknownMarkWarning for slow tests
1 parent 4cec942 commit d771ffb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pytest.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[pytest]
22
filterwarnings =
33
error
4-
; ignore::FutureWarning
5-
; ignore::PendingDeprecationWarning
6-
; ignore::DeprecationWarning
74
norecursedirs = *
8-
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
5+
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
6+
markers =
7+
slow: mark a test as slow.

0 commit comments

Comments
 (0)