Skip to content

Commit 4ee9659

Browse files
committed
fix make test issue
1 parent 37a2aa8 commit 4ee9659

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ docker-clean: ## remove containers, volumes, networks, and images
104104
.PHONY: test
105105
test: ## run tests quickly with the default Python
106106
# python -m pytest tests --cov=sintel
107-
py.test -n 2 ./tests --cov=sintel
107+
py.test -n 2 ./tests
108108

109109
.PHONY: test-all
110110
test-all: ## run tests on every Python version with tox

0 commit comments

Comments
 (0)