Skip to content

Commit 877d136

Browse files
authored
Merge pull request #395 from alejoe91/agg-backend-in-tests
Force Agg backend for tests
2 parents 14d4cf2 + 35f4603 commit 877d136

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)