This is an automated email from the ASF dual-hosted git repository.
tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git
The following commit(s) were added to refs/heads/trunk by this push:
new 70258ef30 Disable parallel mode.
70258ef30 is described below
commit 70258ef309de1bcff1c9892a62d2c16fb3f3a9e6
Author: Tomaz Muraus <[email protected]>
AuthorDate: Sat Aug 12 12:49:32 2023 +0200
Disable parallel mode.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index 56c0e585a..0cbc5629a 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -189,7 +189,7 @@ module = [
ignore_errors = true
[tool.coverage.run]
-parallel = true
+parallel = false
branch = true
source = ["libcloud"]