Skip to content

Commit

Permalink
let config fixture ensure renderer is set to cairo
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl committed Nov 16, 2024
1 parent ddcfc6d commit b3a6b6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def manim_caplog(caplog):
@pytest.fixture
def config():
saved = manim.config.copy()
manim.config.renderer = "cairo"
# we need to return the actual config so that tests
# using tempconfig pass
yield manim.config
Expand Down

0 comments on commit b3a6b6a

Please sign in to comment.