8000 Update pyscriptjs/Makefile · wolfmib/pyscript_tutorial@f9d2c5e · GitHub
[go: up one dir, main page]

Skip to content

Commit f9d2c5e

Browse files
fpligermattkram
andauthored
Update pyscriptjs/Makefile
Co-authored-by: Matt Kramer <matthew.robert.kramer@gmail.com>
1 parent 93b539d commit f9d2c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyscriptjs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test:
4444
.PHONY: test-py
4545
test-py:
4646
@echo "Tests are coming :( this is a placeholder and it's meant to fail!"
47-
$(conda_run) -vv $(ARGS) tests/ --log-cli-level=warning
47+
$(conda_run) pytest -vv $(ARGS) tests/ --log-cli-level=warning
4848

4949
.PHONY: test-ts
5050
test-ts:

0 commit comments

Comments
 (0)
0