Skip to content

Commit df7eb5f

Browse files
committed
Remove warning as error
1 parent 3dd8233 commit df7eb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[pytest]
22
filterwarnings =
3-
error
3+
; ignore:Use explicit output-to-input connections:DeprecationWarning
44
norecursedirs = *
55
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
66
markers =

0 commit comments

Comments
 (0)