Skip to content

Commit 3852968

Browse files
authored
Ignore in setup.cfg
1 parent 1c9fc07 commit 3852968

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

setup.cfg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ filterwarnings =
6161
# For pytest-asyncio deprecations that is expected to be resolved upstream
6262
# https://github.com/pytest-dev/pytest-asyncio/issues/924
6363
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
6467

6568
[flake8]
6669
max-line-length = 100

0 commit comments

Comments
 (0)