Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
outputs:
context: ${{ steps.context.outputs.context }}
test:
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
uses: zacharyburnett/github-actions-workflows/.github/workflows/tox.yml@supported_pythons
needs: [ crds_context ]
with:
setenv: |
Expand All @@ -65,15 +65,13 @@ jobs:
envs: |
- linux: py311-oldestdeps-xdist-cov
pytest-results-summary: true
- linux: py311-xdist
posargs: -vv
pytest-results-summary: true
- linux: py312-xdist
pytest-results-summary: true
# `tox` does not currently respect `requires-python` versions when creating testing environments;
# if this breaks, add an upper pin to `requires-python` and revert this py3 to the latest working version
- linux: py313-cov-xdist
coverage: codecov
pytest-results-summary: true
- macos: py313-xdist
pytest-results-summary: true
fill: true
fill_platforms: linux
fill_factors: xdist
9 changes: 4 additions & 5 deletions .github/workflows/tests_extra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
context: ${{ steps.context.outputs.context }}
test:
if: (github.repository == 'spacetelescope/jwst' && (github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' || contains(github.event.pull_request.labels.*.name, 'run extra tests')))
uses: OpenAstronomy/github-actions-workflows/.github/workflows/tox.yml@d9b81a07e789d1b1921ab5fe33de2ddcbbd02c3f # v2.3.0
uses: zacharyburnett/github-actions-workflows/.github/workflows/tox.yml@supported_pythons
needs: [ crds_context ]
with:
setenv: |
Expand All @@ -61,10 +61,6 @@ jobs:
envs: |
- linux: check-docs-links
python-version: '3.13'
- macos: py311-xdist
pytest-results-summary: true
- macos: py312-xdist
pytest-results-summary: true
# TODO: Merge stdevdeps into devdeps
- linux: py313-stdevdeps-xdist
pytest-results-summary: true
Expand All @@ -74,3 +70,6 @@ jobs:
pytest-results-summary: true
- macos: py313-devdeps-xdist
pytest-results-summary: true
fill: true
fill_platforms: macos
fill_factors: xdist
Loading