From f908b33dd7522853d0a95ccc66699a180c744a6e Mon Sep 17 00:00:00 2001 From: "Adam J. Jackson" Date: Fri, 5 Jul 2024 13:46:47 +0100 Subject: [PATCH] Install matplotlib for brille test This shouldn't be necessary but might help us figure out why it is failing. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9ba99c2af..a05163f2f 100644 --- a/tox.ini +++ b/tox.ini @@ -70,7 +70,7 @@ commands_pre = python -m pip install \ --upgrade \ --upgrade-strategy eager \ - '{toxinidir}[brille]' + '{toxinidir}[brille,matplotlib]' commands = {[testenv]test_command} --cov -m "brille and not multiple_extras" # Run remaining tests that require multiple extras