Skip to content

Commit

Permalink
pin pytest for gwcs tests to deal with doctestplus issue
Browse files Browse the repository at this point in the history
  • Loading branch information
braingram committed Mar 9, 2024
1 parent cb0cb47 commit 9987a09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ jobs:
python-version: 3.9
- name: Install asdf-wcs-schemas
run: cd asdf-wcs-schemas && pip install .
- name: Install older pytest
run: pip install pytest<8.1
- name: Install gwcs
run: cd gwcs && pip install -e .[test]
- name: Pip Freeze
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ docs = [
'sphinx-rtd-theme',
]
test = [
'pytest >= 4.6.0',
'pytest >= 4.6.0, <= 8.1',
'asdf >= 2.8.0',
'asdf-astropy',
]
Expand Down

0 comments on commit 9987a09

Please sign in to comment.