Skip to content

Commit 943570d

Browse files
committed
Update pytest.ini
1 parent 99aa369 commit 943570d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pytest.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
addopts = --capture=no --ignore conftest.py -p no:cacheprovider
55

66
# Ignore warnings such as DeprecationWarning and pytest.PytestUnknownMarkWarning
7-
filterwarnings = ignore::pytest.PytestWarning
7+
filterwarnings =
8+
ignore::pytest.PytestWarning
9+
ignore:.*U.*mode is deprecated:DeprecationWarning
810

911
# Configure the junit_family option explicitly:
1012
junit_family = legacy

0 commit comments

Comments
 (0)