Skip to content

Commit bea71f7

Browse files
authored
TST: Ignore all warnings for problematic combo
of Windows + Python 3.14 + pytest-dev
1 parent 60a39f9 commit bea71f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ jobs:
6464
- os: windows-latest
6565
python-version: '3.13'
6666
toxenv: py313-test-pytest84
67+
# Windows + Python 3.14 + pytest-dev have ResourceWarning, see
68+
# https://github.com/scientific-python/pytest-doctestplus/issues/305
6769
- os: windows-latest
6870
python-version: '3.14'
6971
toxenv: py314-test-pytestdev
70-
posargs: -v
72+
posargs: -v -p no:warnings
7173
- os: macos-latest
7274
python-version: '3.14'
7375
toxenv: py314-test-pytestdev

0 commit comments

Comments
 (0)