From 84c0202f76b7241fbe6ad264eb74a977a86babd0 Mon Sep 17 00:00:00 2001 From: Simon Richardson Date: Tue, 18 May 2021 15:57:44 +0100 Subject: [PATCH] Remove the Makefile hack Just make xdist work better with the libraries. --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2711d2527..ea673dda5 100644 --- a/Makefile +++ b/Makefile @@ -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: