From c6bc24309543a10df9ecf9b75fb9821c2da371a5 Mon Sep 17 00:00:00 2001 From: adisbladis Date: Fri, 7 Oct 2022 23:09:18 +1300 Subject: [PATCH] common-pkgs-2: disable matplotlib it doesn't build any more because of toolchain changes --- tests/common-pkgs-2/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/common-pkgs-2/pyproject.toml b/tests/common-pkgs-2/pyproject.toml index 008f8f8..15fbaef 100644 --- a/tests/common-pkgs-2/pyproject.toml +++ b/tests/common-pkgs-2/pyproject.toml @@ -66,7 +66,7 @@ pillow = "^6.2.1" psycopg2 = "^2.8.4" bcrypt = "^3.1.7" mccabe = "^0.6.1" -matplotlib = "^3.5.1" +# matplotlib = "^3.5.1" [tool.poetry.dev-dependencies]