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 99aa369 commit 943570dCopy full SHA for 943570d
pytest.ini
@@ -4,7 +4,9 @@
4
addopts = --capture=no --ignore conftest.py -p no:cacheprovider
5
6
# Ignore warnings such as DeprecationWarning and pytest.PytestUnknownMarkWarning
7
-filterwarnings = ignore::pytest.PytestWarning
+filterwarnings =
8
+ ignore::pytest.PytestWarning
9
+ ignore:.*U.*mode is deprecated:DeprecationWarning
10
11
# Configure the junit_family option explicitly:
12
junit_family = legacy
0 commit comments