Skip to content

Commit d2540ed

Browse files
committed
setup: update make test-functional
1 parent c62425c commit d2540ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ test-unit-cpp: install ## run unit cpp tests only for dev
8888
. ${PANDORA_VENV}/bin/activate; meson test -C build/$(shell ls build)/ -v
8989

9090
.PHONY: test-functional
91-
test-functional: install-sgm ## run functional tests only (for wheel validation temporary)
91+
test-functional: install ## run functional tests only (for wheel validation temporary)
9292
@echo "Run functional tests"
9393
@${PANDORA_VENV}/bin/pytest -m "functional_tests"
9494

0 commit comments

Comments
 (0)