Skip to content

Commit

Permalink
TST: Also use dev asdf and gwcs for devdeps.
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim committed Jan 13, 2022
1 parent 5720164 commit 5ca5833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ changedir =
.tmp/{envname}
deps =
numpy121: numpy==1.21.*

# FIXME: https://github.com/astropy/reproject/issues/269
oldestdeps: numpy==1.14.5
oldestdeps: astropy==3.2.*
oldestdeps: astropy-healpix==0.6
Expand All @@ -27,8 +29,11 @@ deps =
# as a dependency of other dependencies and we have to limit
# the version for compatibility with Numpy.
oldestdeps: matplotlib==3.0.*

devdeps: :NIGHTLY:numpy
devdeps: git+https://github.com/astropy/astropy.git#egg=astropy
devdeps: git+https://github.com/asdf-format/asdf.git#egg=asdf
devdeps: git+https://github.com/spacetelescope/gwcs.git#egg=gwcs
extras =
test
testall
Expand Down

0 comments on commit 5ca5833

Please sign in to comment.