From 6bb7ae198a188d0a9d594f0c5e93d97fe95fa225 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Fri, 17 May 2024 00:39:58 -0400 Subject: [PATCH] Update versions of packages in test matrix. --- tox.ini | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tox.ini b/tox.ini index 14bbb19..cbbd189 100644 --- a/tox.ini +++ b/tox.ini @@ -12,11 +12,11 @@ changedir = extras = test: test,qt,jupyter commands = - glue116: pip install glue-core==1.16.* glue-jupyter<=0.19 - glue117: pip install glue-core==1.17.* glue-jupyter<=0.20 - glue118: pip install glue-core==1.18.* glue-jupyter<=0.20 - glue119: pip install glue-core==1.19.* glue-jupyter<=0.20 - glue120: pip install glue-core==1.20.* glue-jupyter<=0.20 + glue116: pip install glue-core==1.16.* glue-jupyter<=0.19 matplotlib<3.9 + glue117: pip install glue-core==1.17.* glue-jupyter<=0.20.1 + glue118: pip install glue-core==1.18.* glue-jupyter<=0.20.1 + glue119: pip install glue-core==1.19.* glue-jupyter<=0.20.1 + glue120: pip install glue-core==1.20.* glue-jupyter<=0.20.1 test: pip freeze test: pytest --pyargs glue_plotly --cov glue_plotly {posargs}