Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rjambrecic committed Nov 11, 2024
1 parent 9417aae commit b5e2eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/docs_src/test_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def test_submodules(module: str, monkeypatch: pytest.MonkeyPatch) -> None:
or module in MESOP_EXCLUDED_MODULES
):
pass
elif "mesop" in module:
elif "mesop" in module or "tutorials.giphy.simple_main" in module:
with pytest.raises(
FastAgencyCLIPythonVersionError,
match="Mesop requires Python 3.10 or higher",
Expand Down

0 comments on commit b5e2eee

Please sign in to comment.