This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch dependabot/pip/pytest-8.0.2
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 923a3aec2504fd033e0de0a5d6487b3ad98e1baa
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Tue Apr 16 19:23:22 2024 +0200

    For now, don't run problematic tests with coverage tox target.
---
 tox.ini | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/tox.ini b/tox.ini
index a1dc82195..abe1a57a1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -327,13 +327,14 @@ deps =
     -r{toxinidir}/integration/storage/requirements.txt
 commands = pytest --color=yes -rsx -vvv --capture=tee-sys -o log_cli=True 
--durations=10 integration/storage
 
+# NOTE: For now, we don't run problematic serial tests with coverage target
 [testenv:coverage]
 deps =
     -r{toxinidir}/requirements-tests.txt
 setenv =
   CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-           coverage run --source=libcloud -m pytest --benchmark-disable
+           coverage run --source=libcloud -m pytest --benchmark-disable -m 
"not serial"
 
 [testenv:coverage-ci]
 passenv =
@@ -346,7 +347,7 @@ deps =
 setenv =
   CRYPTOGRAPHY_ALLOW_OPENSSL_102=1
 commands = cp libcloud/test/secrets.py-dist libcloud/test/secrets.py
-           coverage run --source=libcloud -m pytest --benchmark-disable
+           coverage run --source=libcloud -m pytest --benchmark-disable -m 
"not serial"
            coverage xml
 
 [testenv:isort]

Reply via email to