We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14d4cf2 + 35f4603 commit 877d136Copy full SHA for 877d136
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