Skip to content

Commit 46c3848

Browse files
committed
Fix sunpy, ditch lightkurve
1 parent 67c3d03 commit 46c3848

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

tox.ini

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
envlist =
55
# Coordinated packages, except for these:
66
# sunpy
7-
# lightkurve
87
# These are widely used packages that have historically
98
# had issues with some astropy releases, so we include them here
109
# 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}
1211

1312
requires =
1413
setuptools >= 30.3.0
@@ -34,8 +33,7 @@ deps =
3433
reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all]
3534
specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test]
3635
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]
3937

4038
skip_install = true
4139

@@ -51,4 +49,3 @@ commands =
5149
specreduce,all: pytest --pyargs specreduce
5250
specutils,all: pytest --pyargs specutils
5351
sunpy,all: pytest --pyargs sunpy
54-
lightkurve,all: pytest --pyargs lightkurve

0 commit comments

Comments
 (0)