From cb66fad196868fa6560ba632b88fc52b0941e7a0 Mon Sep 17 00:00:00 2001 From: clavedeluna Date: Mon, 29 Jan 2024 14:45:51 -0300 Subject: [PATCH] add pytest randomly to fix pytest-xdist issue, see https://github.com/pytest-dev/pytest-xdist/issues/432 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b645a563d..d6f2ed882 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,6 +56,7 @@ test = [ "pytest>=7.4,<8.1", "pytest-cov~=4.1.0", "pytest-mock~=3.12.0", + "pytest-randomly==3.*", "pytest-xdist==3.*", "security~=1.2.0", "types-mock==5.1.*",