We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1804b8d commit 19dbc21Copy full SHA for 19dbc21
1 file changed
tests/test_plots.py
@@ -11,6 +11,8 @@
11
from iglu_python.extension.plots import plot_daily, plot_statistics
12
from iglu_python import load_libre
13
14
+import matplotlib
15
+matplotlib.use('Agg')
16
17
@pytest.fixture(scope="module")
18
def sample_cgm_data():
0 commit comments