Skip to content

Commit

Permalink
Merge pull request #1697 from braingram/py312_non_devdeps
Browse files Browse the repository at this point in the history
test py312 non-devdeps
  • Loading branch information
braingram authored Dec 6, 2023
2 parents 8d342d3 + 0964ac4 commit 6b810bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
# Any env name which does not start with `pyXY` will use this Python version.
default_python: '3.10'
envs: |
- linux: coverage
name: Python 3.12 coverage
python-version: 3.12
- linux: coverage
name: Python 3.11 coverage
python-version: 3.11
Expand Down Expand Up @@ -92,7 +95,6 @@ jobs:
- linux: py310-devdeps-parallel
- linux: py311-devdeps-parallel
- linux: py312-devdeps-parallel
python-version: '3.12-dev'
oldest:
needs: [core, asdf-schemas]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ filterwarnings = [
]
# Configuration for pytest-doctestplus
text_file_format = 'rst'
addopts = '--color=yes --doctest-rst -rsx'
addopts = '--color=yes --doctest-rst -rsxfE'

[tool.coverage.run]
omit = [
Expand Down

0 comments on commit 6b810bf

Please sign in to comment.