Skip to content

Commit d9b0ffb

Browse files
committed
test: ignore frontend during pytest
Some NPM deps include Python scripts that break pytest.
1 parent 0f9979d commit d9b0ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ extend-ignore-names = ["mcs", "test_*"]
8888
allow-dunder-method-names = ["__get_pydantic_core_schema__"]
8989

9090
[tool.pytest.ini_options]
91-
addopts = "--doctest-modules --ignore examples"
91+
addopts = "--doctest-modules --ignore examples --ignore frontend"
9292
markers = ["app_routes", "render_params", "source_pkg", "ui_file"]
9393
# We run E2E tests separately
9494
norecursedirs = "e2e"

0 commit comments

Comments
 (0)