Skip to content

Commit bf00761

Browse files
committed
Further fixes
1 parent 3e4bd4a commit bf00761

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ test: ## run the tests (re-installs the package every time so you might want to
5151
# We don't have a solution to this yet.
5252
#
5353
# 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 )
5455
COV_DIR=$$(uv run --no-sync python -c 'from pathlib import Path; import example_fgen_basic; print(Path(example_fgen_basic.__file__).parent)'); \
5556
uv run --no-editable --reinstall-package example-fgen-basic pytest -r a -v tests src --doctest-modules --doctest-report ndiff --cov=$$COV_DIR
5657

changelog/18.trivial.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Revert accidental inclusion in `Makefile`

0 commit comments

Comments
 (0)