Update pyscriptjs/Makefile

Co-authored-by: Matt Kramer <matthew.robert.kramer@gmail.com>
This commit is contained in:
Fabio Pliger
2022-05-05 13:06:58 -05:00
committed by GitHub
parent 9e753e2e60
commit 7ba5dc2d97

View File

@@ -39,7 +39,7 @@ build:
.PHONY: test
test:
@echo "Tests are coming :( this is a placeholder and it's meant to fail!"
$(env)/bin/pytest -vv $(ARGS) tests/ --log-cli-level=warning
$(conda_run) pytest -vv $(ARGS) tests/ --log-cli-level=warning
.PHONY: test-py
test-py: