From ce13a396671b296436bf20115da88b1de5b7c8dc Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Mon, 9 Sep 2024 11:54:31 -0400 Subject: [PATCH 1/2] 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} From bbd8bf56bb65fe1d2efa59078221122b0a4d3488 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Mon, 9 Sep 2024 17:07:22 -0400 Subject: [PATCH 2/2] astropy has dropped Python 3.10 support so we can't use that for devdeps. --- .github/workflows/ci_workflows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_workflows.yml b/.github/workflows/ci_workflows.yml index 66f1e13f..7263b5ae 100644 --- a/.github/workflows/ci_workflows.yml +++ b/.github/workflows/ci_workflows.yml @@ -32,7 +32,7 @@ jobs: # Standard tests - linux: py38-test - linux: py39-test - - linux: py310-test-devdeps + - linux: py310-test - linux: py311-test - linux: py312-test-devdeps