@@ -7,7 +7,7 @@ envlist =
7
7
# These are widely used packages that have historically
8
8
# had issues with some astropy releases, so we include them here
9
9
# as regression testing.
10
- py{39,310,311,312}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}
10
+ py{39,310,311,312}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}{,-dev}
11
11
12
12
requires =
13
13
setuptools >= 30.3.0
@@ -24,20 +24,43 @@ pip_pre = true
24
24
# side effects and make sure all test suites pass with all packages
25
25
deps =
26
26
astropy[all,test]
27
- asdf_astropy,all: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git
28
- astropy_healpix,all: astropy_healpix[test] @ git+https://github.com/astropy/astropy-healpix.git
29
- astroquery,all: astroquery[test,all] @ git+https://github.com/astropy/astroquery.git
27
+
28
+ asdf_astropy-!dev,all-!dev: asdf_astropy[test]
29
+ asdf_astropy-dev,all-dev: asdf_astropy[test] @ git+https://github.com/astropy/asdf-astropy.git
30
+
31
+ astropy_healpix-!dev,all-!dev: astropy_healpix[test]
32
+ astropy_healpix-dev,all-dev: astropy_healpix[test] @ git+https://github.com/astropy/astropy-healpix.git
33
+
34
+ astroquery-!dev,all-!dev: astroquery[test,all]
35
+ astroquery-dev,all-dev: astroquery[test,all] @ git+https://github.com/astropy/astroquery.git
36
+
30
37
ccdproc,all: psutil
31
- ccdproc,all: ccdproc[test,all] @ git+https://github.com/astropy/ccdproc.git
32
- photutils,all: photutils[test,all] @ git+https://github.com/astropy/photutils.git
33
- regions,all: regions[test,all] @ git+https://github.com/astropy/regions.git
34
- reproject,all: reproject[test,all] @ git+https://github.com/astropy/reproject.git
35
- specreduce,all: specreduce[test] @ git+https://github.com/astropy/specreduce.git
36
- specutils,all: specutils[all,test] @ git+https://github.com/astropy/specutils.git# egg=
37
- sunpy,all: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git
38
+ ccdproc-!dev,all-!dev: ccdproc[test,all]
39
+ ccdproc-dev,all-dev: ccdproc[test,all] @ git+https://github.com/astropy/ccdproc.git
40
+
41
+ photutils-!dev,all-!dev: photutils[test,all]
42
+ photutils-dev,all-dev: photutils[test,all] @ git+https://github.com/astropy/photutils.git
43
+
44
+ regions-!dev,all-!dev: regions[test,all]
45
+ regions-dev,all-dev: regions[test,all] @ git+https://github.com/astropy/regions.git
46
+
47
+ reproject-!dev,all-!dev: reproject[test,all]
48
+ reproject-dev,all-dev: reproject[test,all] @ git+https://github.com/astropy/reproject.git
49
+
50
+ specreduce-!dev,all-!dev: specreduce[test]
51
+ specreduce-dev,all-dev: specreduce[test] @ git+https://github.com/astropy/specreduce.git
52
+
53
+ specutils-!dev,all-!dev: specutils[all,test]
54
+ specutils-dev,all-dev: specutils[all,test] @ git+https://github.com/astropy/specutils.git# egg=
55
+
56
+ sunpy-!dev,all-!dev: sunpy[tests,all]
57
+ sunpy-dev,all-dev: sunpy[tests,all] @ git+https://github.com/sunpy/sunpy.git
38
58
39
59
skip_install = true
40
60
61
+ allowlist_externals =
62
+ pip
63
+
41
64
commands =
42
65
pip freeze
43
66
asdf_astropy,all: pytest --pyargs asdf_astropy
0 commit comments