Skip to content

Commit

Permalink
Remove the Makefile hack
Browse files Browse the repository at this point in the history
Just make xdist work better with the libraries.
  • Loading branch information
SimonRichardson committed May 19, 2021
1 parent 749f140 commit 84c0202
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ client:
.PHONY: test
test: lint
tox -e py3
@for f in $(shell find tests/integration -maxdepth 1 -mindepth 1 -name "*.py" | grep -v "__init__.py"); do \
tox -e integration -- "$${f}"; \
done
tox -e integration


.PHONY: lint
lint:
Expand Down

0 comments on commit 84c0202

Please sign in to comment.