From 9af3f882c2a4069ff7237658933e32f806c02618 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Tue, 7 May 2024 15:58:01 -0400 Subject: [PATCH] Pin glue-jupyter version in glue 1.17 test environment. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 315dde5..9ef6277 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ commands = glue114: pip install glue-core==1.14.* glue-jupyter<=0.19 glue115: pip install glue-core==1.15.* glue-jupyter<=0.19 glue116: pip install glue-core==1.16.* glue-jupyter<=0.19 - glue117: pip install glue-core==1.17.* + glue117: pip install glue-core==1.17.* glue-jupyter<=0.20 test: pip freeze test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}