From d0e8e6fd4c81624f0fa77c3ce9b9fbcaf1a15e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Tue, 12 May 2026 22:29:01 +0200 Subject: [PATCH] TST: fixup #45 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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