From 253462659aec233d9f1775572f51eae044fdf40e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl> Date: Wed, 6 Mar 2024 14:02:33 +0100 Subject: [PATCH] fix CC --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bd695d09..377c263f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ version = { attr = "satella.__version__" } [project.optional-dependencies] dev = ["pylint", "toml", "requests", "codeclimate-test-reporter", "opentracing"] # at most coverage 4.3 can be used because CodeClimate's test reporter is a bit stupid -test = ["pytest-cov", "pytest-xdist", "pytest", "pytest-forked", "pluggy", "py", "coverage<4.4"] +test = ["pytest-cov", "pytest-xdist<=1.34.0", "pytest", "pytest-forked", "pluggy", "py", "coverage<4.4"] extras = ["requests", "pyyaml", "toml", "ujson", "cassandra-driver", "opentracing"] -- GitLab