@@ -27,13 +27,13 @@ deps =
27
27
asdf_astropy,all: git+https://github.com/astropy/asdf-astropy.git# egg=asdf_astropy[test]
28
28
astropy_healpix,all: git+https://github.com/astropy/astropy-healpix.git# egg=astropy_healpix[test]
29
29
astroquery,all: git+https://github.com/astropy/astroquery.git# egg=astroquery[test,all]
30
+ ccdproc,all: psutil
30
31
ccdproc,all: git+https://github.com/astropy/ccdproc.git# egg=ccdproc[test,all]
31
32
photutils,all: git+https://github.com/astropy/photutils.git# egg=photutils[test,all]
32
33
regions,all: git+https://github.com/astropy/regions.git# egg=regions[test,all]
33
34
reproject,all: git+https://github.com/astropy/reproject.git# egg=reproject[test,all]
34
35
specreduce,all: git+https://github.com/astropy/specreduce.git# egg=specreduce[test]
35
36
specutils,all: git+https://github.com/astropy/specutils.git# egg=specutils[all,test]
36
- sunpy,all: SQLAlchemy<2
37
37
sunpy,all: git+https://github.com/sunpy/sunpy.git# egg=sunpy[tests,all]
38
38
39
39
skip_install = true
@@ -42,7 +42,7 @@ commands =
42
42
pip freeze
43
43
asdf_astropy,all: pytest --pyargs asdf_astropy
44
44
astropy_healpix,all: pytest --pyargs astropy_healpix
45
- astroquery,all: pytest --pyargs astroquery
45
+ astroquery,all: pytest --pyargs astroquery -k " not test_deprecated_namespace_import_warning and not test_raises_deprecation_warning "
46
46
ccdproc,all: pytest --pyargs ccdproc
47
47
photutils,all: pytest --pyargs photutils
48
48
regions,all: pytest --pyargs regions
0 commit comments