Skip to content

Commit

Permalink
Try testing against AstroPy 6 RC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jehturner committed Nov 24, 2023
1 parent e989fe8 commit fbedb31
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ commands =
which pip
which pytest
pip install git+https://github.com/GeminiDRSoftware/AstroFaker#egg=AstroFaker
pip install --no-deps astropy-iers-data
conda remove --force -y astropy
pip install --no-deps --ignore-installed --no-input astropy==6.0.0rc2
conda list
noop: python -c "pass" # just install deps & ensure python runs
unit: python -m coverage run --rcfile={toxinidir}/.coveragerc -m pytest -v --dragons-remote-data --durations=20 -m "not integration_test and not gmosls and not regression and not slow" {posargs:astrodata geminidr gemini_instruments gempy recipe_system}
Expand Down

0 comments on commit fbedb31

Please sign in to comment.