Skip to content

Commit

Permalink
Use non GUI matplotlib backend for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
terrorfisch committed Aug 31, 2018
1 parent cb4d4ad commit 5092429
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/__init__.py
@@ -1,3 +1,6 @@
import matplotlib
matplotlib.use('Agg')

__all__ = [
'pulses',
'qcmatlab',
Expand All @@ -7,6 +10,5 @@
'pyflakes_syntax_tests',
'serialization_dummies',
'serialization_tests',
'coverage_tests',
'backward_compatibility'
]

0 comments on commit 5092429

Please sign in to comment.