From f9d2c5e418b915ca8d22a794ac94df2a6fd9726e Mon Sep 17 00:00:00 2001 From: Fabio Pliger Date: Thu, 5 May 2022 14:12:41 -0500 Subject: [PATCH] Update pyscriptjs/Makefile Co-authored-by: Matt Kramer --- pyscriptjs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyscriptjs/Makefile b/pyscriptjs/Makefile index 66407ca4..ab3cca0b 100644 --- a/pyscriptjs/Makefile +++ b/pyscriptjs/Makefile @@ -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: