We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c9fc07 commit 3852968Copy full SHA for 3852968
1 file changed
setup.cfg
@@ -61,6 +61,9 @@ filterwarnings =
61
# For pytest-asyncio deprecations that is expected to be resolved upstream
62
# https://github.com/pytest-dev/pytest-asyncio/issues/924
63
ignore:The configuration option "asyncio_default_fixture_loop_scope":pytest.PytestDeprecationWarning
64
+ # Windows + Python 3.14 + pytest-dev have ResourceWarning, see
65
+ # https://github.com/scientific-python/pytest-doctestplus/issues/305
66
+ ignore::ResourceWarning
67
68
[flake8]
69
max-line-length = 100
0 commit comments