Skip to content

Commit f2a55ac

Browse files
committed
fix: Warnings are revealing improperly built tests.
Signed-off-by: Jonathan Springer <[email protected]>
1 parent 8391d1e commit f2a55ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ test:
443443
@/bin/bash -c "source $(VENV_DIR)/bin/activate && \
444444
export DATABASE_URL='sqlite:///:memory:' && \
445445
export TEST_DATABASE_URL='sqlite:///:memory:' && \
446-
uv run pytest -n auto --maxfail=0 --disable-warnings -v --ignore=tests/fuzz"
446+
uv run pytest -n auto --maxfail=0 -v --ignore=tests/fuzz"
447447

448448
test-profile:
449449
@echo "🧪 Running tests with profiling (showing slowest tests)..."

0 commit comments

Comments
 (0)