Skip to content

Commit

Permalink
Silence matpltlib font cache build during tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HealthyPear committed Sep 19, 2024
1 parent 656e433 commit 021b102
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/iact_estimator/tests/test_cli.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
"""Tests for the Command-line interface."""

import matplotlib

matplotlib.set_loglevel("critical")


def test_cli_version(script_runner):
from .. import __version__
Expand Down

0 comments on commit 021b102

Please sign in to comment.