Skip to content

Commit

Permalink
Merge pull request #12854 from pllim/fix-mystery-asdf-py310-v5.0.x
Browse files Browse the repository at this point in the history
TST: Use pytest-dev for py310 in v5.0.x
  • Loading branch information
pllim committed Feb 15, 2022
2 parents faa41e1 + d88b802 commit 3560064
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:

- name: Python 3.10 with minimal dependencies
os: ubuntu-latest
python: '3.10.0-alpha - 3.10.0'
toxenv: py310-test-devdeps
python: '3.10'
toxenv: py310-test

# NOTE: In the build below we also check that tests do not open and
# leave open any files. This has a performance impact on running the
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ deps =
image: scipy
image: pytest-mpl

# https://github.com/pytest-dev/pytest/issues/9169 + asdf
py310: git+https://github.com/pytest-dev/pytest

# Temporary pin pytest-astropy-header
test: pytest-astropy-header==0.1.2

Expand Down

0 comments on commit 3560064

Please sign in to comment.