From 27494e894e159260e802f9aa1c3e3e4b68257a75 Mon Sep 17 00:00:00 2001 From: Federico Busetti <729029+febus982@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:11:06 +0000 Subject: [PATCH] Disable xdist --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8d5abab..95f185a 100644 --- a/Makefile +++ b/Makefile @@ -21,10 +21,10 @@ test: uv run pytest -n auto --cov ci-test: - uv run pytest + uv run pytest -n 0 ci-coverage: - uv run pytest --cov --cov-report lcov + uv run pytest -n 0 --cov --cov-report lcov typing: uv run mypy