diff --git a/justfile b/justfile index 0c8c3d7..feffaf3 100644 --- a/justfile +++ b/justfile @@ -40,7 +40,7 @@ alltests *ARGS: # run tests and create coverage reports coverage: - uv run pytest tests.py --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml + uv run pytest tests.py -m "not final" --cov=src/ --cov-report term --cov-report xml --cov-report html --cov-config pyproject.toml # lint python, markdown, wheel file names, prek config lint: