We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DeprecationWarning
pytest
1 parent b09d170 commit e9d012bCopy full SHA for e9d012b
pytest.ini
@@ -56,6 +56,9 @@ faulthandler_timeout = 30
56
filterwarnings =
57
error
58
59
+ # FIXME: Address the deprecation warning in Python 3.10 and revert this ignore
60
+ ignore:There is no current event loop:DeprecationWarning:proxy.core.acceptor.threadless
61
+
62
junit_duration_report = call
63
# xunit1 contains more metadata than xunit2 so it's better for CI UIs:
64
junit_family = xunit1
0 commit comments