From: Guillaume Abrioux Date: Thu, 27 Jul 2023 21:32:41 +0000 (+0000) Subject: ceph-volume: drop pytest-xdist usage X-Git-Tag: v19.1.1~207^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=de5210d58560a4684fdb5b238ef3e6e0285a1de8;p=ceph.git ceph-volume: drop pytest-xdist usage This is causing issues in ceph-volume unit tests (Still some details not very clear so I can't explain for sure why for now). Let's run the tests serially for now until I figure out what's wrong. Signed-off-by: Guillaume Abrioux (cherry picked from commit bcf98031080162aa500b7a4796b69ffc66a560fe) --- diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 696d6dcc837aa..f7d294a9aadc9 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -11,7 +11,7 @@ deps= allowlist_externals= ./tox_install_command.sh install_command=./tox_install_command.sh {opts} {packages} -commands=py.test --numprocesses=auto -vv {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional +commands=py.test -vv {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional [testenv:py3-flake8] deps=flake8