diff --git a/.github/workflows/integration_testing.yml b/.github/workflows/integration_testing.yml index a162b06..ba2e300 100644 --- a/.github/workflows/integration_testing.yml +++ b/.github/workflows/integration_testing.yml @@ -19,23 +19,5 @@ jobs: with: submodules: false envs: | - - linux: py311-asdf_astropy - - linux: py311-asdf_astropy-dev - - linux: py311-astropy_healpix - - linux: py311-astropy_healpix-dev - linux: py311-astroquery - linux: py311-astroquery-dev - - linux: py311-ccdproc - - linux: py311-ccdproc-dev - - linux: py311-photutils - - linux: py311-photutils-dev - - linux: py311-regions - - linux: py311-regions-dev - - linux: py311-reproject - - linux: py311-reproject-dev - - linux: py311-specreduce - - linux: py311-specreduce-dev - - linux: py311-specutils - - linux: py311-specutils-dev - - linux: py311-sunpy - - linux: py311-sunpy-dev diff --git a/astroquery_pytest.ini b/astroquery_pytest.ini new file mode 100644 index 0000000..4f85c8a --- /dev/null +++ b/astroquery_pytest.ini @@ -0,0 +1,60 @@ +# This is copied from setup.cfg in astroquery +[pytest] +minversion = 6.0 +norecursedirs = build docs/_build astroquery/irsa astroquery/nasa_exoplanet_archive astroquery/ned astroquery/ibe astroquery/irsa_dust astroquery/cds astroquery/sha astroquery/dace +testpaths = astroquery docs +doctest_plus = enabled +astropy_header = true +text_file_format = rst +xfail_strict = true +remote_data_strict = true +addopts = --color=yes --doctest-rst --doctest-continue-on-failure +filterwarnings = + error +# Remove along with astropy-helpers, once we switch to a new versioning scheme + ignore:Use setlocale:DeprecationWarning + ignore: 'locale.getdefaultlocale' is deprecated and slated for removal:DeprecationWarning +# These are temporary measures, all of these should be fixed: +# ----------------------------------------------------------- + ignore:distutils Version classes are deprecated:DeprecationWarning +# Upstream issues in many packages, not clear whether we can do anything about these in astroquery + ignore:unclosed