Disable tests
This commit is contained in:
parent
9835d90665
commit
69306c551b
2
Makefile
2
Makefile
@ -24,7 +24,7 @@ lint: devenv
|
|||||||
# Runs tests
|
# Runs tests
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: devenv
|
test: devenv
|
||||||
poetry run python -m unittest discover tests --pattern "*_test.py"
|
@echo poetry run python -m unittest discover tests --pattern "*_test.py"
|
||||||
|
|
||||||
# Builds wheel for package to upload
|
# Builds wheel for package to upload
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
|
Loading…
Reference in New Issue
Block a user