4
4
envlist =
5
5
# Coordinated packages, except for these:
6
6
# sunpy
7
- # lightkurve
8
7
# These are widely used packages that have historically
9
8
# had issues with some astropy releases, so we include them here
10
9
# as regression testing.
11
- py{38,39,310,311}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy,lightkurve }
10
+ py{38,39,310,311}-{all,asdf_astropy,astropy_healpix,astroquery,ccdproc,photutils,regions,reproject,specreduce,specutils,sunpy}
12
11
13
12
requires =
14
13
setuptools >= 30.3.0
34
33
reproject,all: git+https://github.com/astropy/reproject.git# egg=reproject[test,all]
35
34
specreduce,all: git+https://github.com/astropy/specreduce.git# egg=specreduce[test]
36
35
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[test,all]
38
- lightkurve,all: git+https://github.com/lightkurve/lightkurve.git# egg=lightkurve[test,all]
36
+ sunpy,all: git+https://github.com/sunpy/sunpy.git# egg=sunpy[tests]
39
37
40
38
skip_install = true
41
39
@@ -51,4 +49,3 @@ commands =
51
49
specreduce,all: pytest --pyargs specreduce
52
50
specutils,all: pytest --pyargs specutils
53
51
sunpy,all: pytest --pyargs sunpy
54
- lightkurve,all: pytest --pyargs lightkurve
0 commit comments