Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TST: Use pytest-dev for py310 in v5.0.x #12854

Merged
merged 2 commits into from
Feb 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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