Update pyscriptjs/Makefile

Co-authored-by: Matt Kramer <matthew.robert.kramer@gmail.com>
This commit is contained in:
Fabio Pliger
2022-05-05 14:12:41 -05:00
committed by GitHub
parent 93b539dd3b
commit f9d2c5e418

View File

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