Skip to content

Commit

Permalink
Remove twisted test run from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ollipa committed Dec 14, 2021
1 parent 60c411d commit 264cf85
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Makefile
Expand Up @@ -11,7 +11,7 @@ all: lint test
lint: isort black mypy pylint

.PHONY: test
test: install twisted unittest doctest pytest
test: install unittest doctest pytest

.PHONY: install
install:
Expand Down Expand Up @@ -46,13 +46,6 @@ doctest:
@printf '*****************\n'
$(PYTHON) tests/test_doctest.py

.PHONY: twisted
twisted:
@printf '\n\n*****************\n'
@printf '$(color)Running twisted tests$(off)\n'
@printf '*****************\n'
$(PYTHON) -c "from twisted.scripts.trial import run; run();" tests/test_integrations.py

.PHONY: mypy
mypy:
@printf '\n\n*****************\n'
Expand Down

0 comments on commit 264cf85

Please sign in to comment.