We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e4bd4a commit bf00761Copy full SHA for bf00761
2 files changed
Makefile
@@ -51,6 +51,7 @@ test: ## run the tests (re-installs the package every time so you might want to
51
# We don't have a solution to this yet.
52
#
53
# Coverage directory - needed to trick code cov to looking at the right place
54
+ uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic' || ( echo "Run make virtual-environment first" && false )
55
COV_DIR=$$(uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'); \
56
uv run --no-editable --reinstall-package example-fgen-basic pytest -r a -v tests src --doctest-modules --doctest-report ndiff --cov=$$COV_DIR
57
changelog/18.trivial.md
@@ -0,0 +1 @@
1
+Revert accidental inclusion in `Makefile`
0 commit comments