]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: drop pytest-xdist usage 56883/head
authorGuillaume Abrioux <gabrioux@ibm.com>
Thu, 27 Jul 2023 21:32:41 +0000 (21:32 +0000)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 15 May 2024 09:12:56 +0000 (09:12 +0000)
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 <gabrioux@ibm.com>
(cherry picked from commit bcf98031080162aa500b7a4796b69ffc66a560fe)

src/ceph-volume/tox.ini

index 696d6dcc837aa637b26106d0ce84827741c19d63..f7d294a9aadc9ded0528f0a672fe2916c5fb8ee3 100644 (file)
@@ -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