@@ -24,17 +24,17 @@ 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: git+https://github.com/astropy/asdf-astropy.git# egg=asdf_astropy[test]
28
- astropy_healpix,all: git+https://github.com/astropy/astropy-healpix.git# egg=astropy_healpix[test]
29
- astroquery,all: git+https://github.com/astropy/astroquery.git# egg=astroquery[test,all]
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
30
30
ccdproc,all: psutil
31
- ccdproc,all: git+https://github.com/astropy/ccdproc.git# egg=ccdproc[test,all]
32
- photutils,all: git+https://github.com/astropy/photutils.git# egg=photutils[test,all]
33
- regions,all: git+https://github.com/astropy/regions.git# egg=regions[test,all]
34
- reproject,all: git+https://github.com/astropy/reproject.git# egg=reproject[test,all]
35
- specreduce,all: git+https://github.com/astropy/specreduce.git# egg=specreduce[test]
36
- specutils,all: git+https://github.com/astropy/specutils.git# egg=specutils[all,test]
37
- sunpy,all: git+https://github.com/sunpy/sunpy.git# egg=sunpy[tests,all]
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
38
39
39
skip_install = true
40
40
@@ -49,4 +49,4 @@ commands =
49
49
reproject,all: pytest --pyargs reproject
50
50
specreduce,all: pytest --pyargs specreduce
51
51
specutils,all: pytest --pyargs specutils
52
- sunpy,all: pytest --pyargs sunpy
52
+ sunpy,all: pytest --pyargs sunpy --doctest-ignore-import-errors
0 commit comments