We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d702db commit 427f435Copy full SHA for 427f435
1 file changed
makefile
@@ -58,8 +58,8 @@ build-python-package:
58
59
.PHONY: functional-tests
60
functional-tests:
61
- @uv run --with dist/pymusas-0.3.0-py3-none-any.whl --no-project --isolated pytest --doctest-modules pymusas/
62
- @uv run --with dist/pymusas-0.3.0-py3-none-any.whl --no-project --isolated pytest tests/functional_tests
+ @uv run --with dist/pymusas-0.3.0-py3-none-any.whl --with pytest --no-project --isolated pytest --doctest-modules pymusas/
+ @uv run --with dist/pymusas-0.3.0-py3-none-any.whl --with pytest --no-project --isolated pytest tests/functional_tests
63
64
.PHONY: lint
65
lint:
0 commit comments