diff --git a/python/cpp/pyproject.toml.jinja b/python/cpp/pyproject.toml.jinja index 1f72ba0..7502dee 100644 --- a/python/cpp/pyproject.toml.jinja +++ b/python/cpp/pyproject.toml.jinja @@ -105,8 +105,7 @@ skip = "*win32 *arm_64" test-command = "python -m pytest -vvv --pyargs {{ module }}.tests" test-extras = [] test-requires = ["pytest"] -{% endif -%} - +{% endif %} [tool.coverage.run] branch = true omit = [ diff --git a/python/cppjswasm/pyproject.toml.jinja b/python/cppjswasm/pyproject.toml.jinja index 1dabaab..f291c58 100644 --- a/python/cppjswasm/pyproject.toml.jinja +++ b/python/cppjswasm/pyproject.toml.jinja @@ -117,8 +117,7 @@ environment = {SKIP_HATCH_JS="1"} test-command = "python -m pytest -vvv --pyargs {{ module }}.tests" test-extras = [] test-requires = ["pytest"] -{% endif -%} - +{% endif %} [tool.coverage.run] branch = true omit = [