We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9b6bb1 commit 250e616Copy full SHA for 250e616
conftest.py
@@ -0,0 +1,5 @@
1
+import matplotlib as mpl
2
+
3
+# chose the matplotlib backend that can only generate pngs
4
+# but not interact with the os (better for testing)
5
+mpl.use("Agg")
0 commit comments