diff --git a/tox.ini b/tox.ini index a1b0f65..5549d58 100644 --- a/tox.ini +++ b/tox.ini @@ -63,7 +63,7 @@ commands = ccdproc,all: pytest --pyargs ccdproc photutils,all: pytest --pyargs photutils regions,all: pytest --pyargs regions - reproject,all: pytest --pyargs reproject --ignore reproject/spherical_intersect/setup_package.py + reproject,all: pytest --pyargs reproject --ignore-glob "*/**/ereproject/spherical_intersect/setup_package.py" specreduce,all: pytest --pyargs specreduce specutils,all: pytest --pyargs specutils sunpy,all: pytest --pyargs sunpy -c sunpy_pytest.ini