From 7c7c1ab5558eb10e90be88796677a786dba00c94 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 12 Oct 2023 16:29:59 -0400 Subject: [PATCH] TST: Grab dev spectral-cube and radio-beam to fix devdeps even though we do not use them because glue-astronomy insists on pulling in spectral-cube and spectral-cube pulls in radio-beam. --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 4fbfac941b..28db2dc24d 100644 --- a/tox.ini +++ b/tox.ini @@ -65,6 +65,9 @@ deps = devdeps: git+https://github.com/glue-viz/glue-astronomy.git # TODO: Enable this when specreduce becomes stable. #devdeps: git+https://github.com/astropy/specreduce.git + # TODO: Remove both when we can, see https://github.com/glue-viz/glue-astronomy/issues/62 + devdeps: git+https://github.com/radio-astro-tools/spectral-cube.git + devdeps: git+https://github.com/radio-astro-tools/radio-beam.git # The following indicates which extras_require from pyproject.toml will be installed extras =