Skip to content

Commit

Permalink
removed dependency on DISPLAY env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jfburkhart committed Apr 26, 2017
1 parent 0a24fb9 commit 74433da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reflexible/tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ class TestPlotting:

@pytest.fixture(autouse=True, params=test_datasets)
def setup(self, request):
plt.interactive(False)
dataset = Dataset(request.param)
self.H = dataset.setup()
request.addfinalizer(dataset.cleanup)
Expand Down

0 comments on commit 74433da

Please sign in to comment.