Skip to content

Commit

Permalink
enable nolegacypath tox factor (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Feb 29, 2024
1 parent bcb98ec commit 824863e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- macos: py311-xdist
- linux: py311-cov-xdist
coverage: 'codecov'
- linux: py312-xdist
- linux: py312-xdist-nolegacypath
test_downstream:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
check-{style,security,build}
test{,-warnings,-cov,-xdist,-oldestdeps,-devdeps}
test{,-warnings,-cov,-xdist,-oldestdeps,-devdeps}{-nolegacypath}
test-{jwst,romancal}-xdist
build-{docs,dist}

Expand Down Expand Up @@ -68,6 +68,7 @@ commands_pre =
commands =
pytest \
warnings: -W error \
nolegacypath: -p no:legacypath \
xdist: -n auto \
jwst: --pyargs jwst --ignore-glob=timeconversion --ignore-glob=associations --ignore-glob=*/scripts/* \
romancal: --pyargs romancal \
Expand Down

0 comments on commit 824863e

Please sign in to comment.