From 39be37c4ee71e78ebb828b17e31971d80cc18306 Mon Sep 17 00:00:00 2001 From: Ricky O'Steen Date: Tue, 3 Oct 2023 12:59:20 -0400 Subject: [PATCH] Install dev astropy for python 3.12 tests --- tox.ini | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tox.ini b/tox.ini index 603ab0308..4b89c622f 100644 --- a/tox.ini +++ b/tox.ini @@ -60,6 +60,9 @@ deps = devdeps: git+https://github.com/astropy/asdf-astropy.git devdeps: git+https://github.com/spacetelescope/stdatamodels.git + # Currently need dev astropy with python 3.12 + py312: git+https://github.com/astropy/astropy.git#egg=astropy + # The following indicates which extras_require from setup.cfg will be installed extras = test