We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbeb144 commit 554ffb2Copy full SHA for 554ffb2
1 file changed
tests/conftest.py
@@ -0,0 +1,4 @@
1
+import matplotlib
2
+
3
+# Force a non-GUI backend for all tests
4
+matplotlib.use("Agg", force=True)
0 commit comments