From 277a1b064bf77ea7bb35498425a43e2bf7d903d8 Mon Sep 17 00:00:00 2001 From: Kenneth Enevoldsen Date: Tue, 10 Oct 2023 22:55:18 +0200 Subject: [PATCH] fix: remove parallel test from pytes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8ad99c38..3370978d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -219,7 +219,7 @@ description: run unit tests extras = tests use_develop = true commands = - pytest -n auto {posargs:test} + pytest {posargs:test} [testenv:type] allowlist_externals = pyright