From ce13a396671b296436bf20115da88b1de5b7c8dc Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Mon, 9 Sep 2024 11:54:31 -0400 Subject: [PATCH] Use dev version of glue-qt for devdeps. --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index a53517e9..17eca633 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,7 @@ deps = devdeps: git+https://github.com/astropy/astropy devdeps: git+https://github.com/astropy/reproject devdeps: git+https://github.com/glue-viz/glue + devdeps: git+https://github.com/glue-viz/glue-qt commands = test: pip freeze test: pytest --pyargs glue_wwt --cov glue_wwt {posargs}