Skip to content

Commit 84c0202

Browse files
Remove the Makefile hack
Just make xdist work better with the libraries.
1 parent 749f140 commit 84c0202

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ client:
2222
.PHONY: test
2323
test: lint
2424
tox -e py3
25-
@for f in $(shell find tests/integration -maxdepth 1 -mindepth 1 -name "*.py" | grep -v "__init__.py"); do \
26-
tox -e integration -- "$${f}"; \
27-
done
25+
tox -e integration
26+
2827

2928
.PHONY: lint
3029
lint:

0 commit comments

Comments
 (0)