diff --git a/.github/workflows/integration_testing.yml b/.github/workflows/integration_testing.yml index feb2358..6394913 100644 --- a/.github/workflows/integration_testing.yml +++ b/.github/workflows/integration_testing.yml @@ -27,4 +27,5 @@ jobs: - linux: py311-reproject - linux: py311-specreduce - linux: py311-specutils - - linux: py311-sunpy + # FIXME: Chained dependencies in sunpy/setup.cfg not working here. + #- linux: py311-sunpy diff --git a/tox.ini b/tox.ini index bb11b86..3aa3a24 100644 --- a/tox.ini +++ b/tox.ini @@ -27,13 +27,13 @@ deps = asdf_astropy,all: git+https://github.com/astropy/asdf-astropy.git#egg=asdf_astropy[test] astropy_healpix,all: git+https://github.com/astropy/astropy-healpix.git#egg=astropy_healpix[test] astroquery,all: git+https://github.com/astropy/astroquery.git#egg=astroquery[test,all] + ccdproc,all: psutil ccdproc,all: git+https://github.com/astropy/ccdproc.git#egg=ccdproc[test,all] photutils,all: git+https://github.com/astropy/photutils.git#egg=photutils[test,all] regions,all: git+https://github.com/astropy/regions.git#egg=regions[test,all] reproject,all: git+https://github.com/astropy/reproject.git#egg=reproject[test,all] specreduce,all: git+https://github.com/astropy/specreduce.git#egg=specreduce[test] specutils,all: git+https://github.com/astropy/specutils.git#egg=specutils[all,test] - sunpy,all: SQLAlchemy<2 sunpy,all: git+https://github.com/sunpy/sunpy.git#egg=sunpy[tests,all] skip_install = true @@ -42,7 +42,7 @@ commands = pip freeze asdf_astropy,all: pytest --pyargs asdf_astropy astropy_healpix,all: pytest --pyargs astropy_healpix - astroquery,all: pytest --pyargs astroquery + astroquery,all: pytest --pyargs astroquery -k "not test_deprecated_namespace_import_warning and not test_raises_deprecation_warning" ccdproc,all: pytest --pyargs ccdproc photutils,all: pytest --pyargs photutils regions,all: pytest --pyargs regions