Skip to content

Commit

Permalink
fix(tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeertmans committed Dec 10, 2024
1 parent 0fa142c commit 3a8a1e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_checkhealth.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ def test_checkhealth(
del sys.modules["qtpy"] # Avoid using cached module

with missing_modules(*names):
if not manimlib_missing and not MANIMGL_NOT_INSTALLED and sys.version_info < (3, 10):
return pytest.skip("See https://github.com/3b1b/manim/issues/2263")

result = runner.invoke(
checkhealth,
env={"QT_API": "pyqt6", "FORCE_QT_API": "1"},
Expand Down

0 comments on commit 3a8a1e4

Please sign in to comment.