Skip to content

Commit

Permalink
removes unmaintained pytest-openfiles in favor of pytest -W argument, f…
Browse files Browse the repository at this point in the history
…ixes #71
  • Loading branch information
scfleming committed Jan 15, 2025
1 parent 2a01451 commit e1938c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python: 3.9.21
toxenv: py39-test-alldeps
toxargs: -v --develop
toxposargs: --open-files
toxposargs: -W error::ResourceWarning

- name: Python 3.9.xx with numpy 1.24 and full coverage
os: ubuntu-latest
Expand All @@ -49,7 +49,7 @@ jobs:
python: 3.10.16
toxenv: py310-test-alldeps
toxargs: -v --develop
toxposargs: --open-files
toxposargs: -W error::ResourceWarning

- name: Python 3.10.xx with numpy 1.24 and full coverage
os: ubuntu-latest
Expand All @@ -76,7 +76,7 @@ jobs:
python: 3.11.11
toxenv: py311-test-alldeps
toxargs: -v --develop
toxposargs: --open-files
toxposargs: -W error::ResourceWarning

- name: Python 3.11.xx with numpy 1.24 and full coverage
os: ubuntu-latest
Expand Down

0 comments on commit e1938c7

Please sign in to comment.