From 766ec4ac262faf924b05a0597a591d11f679d8ec Mon Sep 17 00:00:00 2001 From: tylerflex Date: Mon, 14 Nov 2022 15:40:12 +0000 Subject: [PATCH] add agg as matplotlib backend to fix tests failing --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 144dab825..58652da2f 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,8 @@ python = 3.11: python3.11 [testenv] +setenv = + MPLBACKEND=agg deps = -rrequirements/dev.txt commands =