Skip to content

Commit bcf9803

Browse files
committed
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 <[email protected]>
1 parent d401ef2 commit bcf9803

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ceph-volume/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ deps=
1111
allowlist_externals=
1212
./tox_install_command.sh
1313
install_command=./tox_install_command.sh {opts} {packages}
14-
commands=py.test --numprocesses=auto -vv {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional
14+
commands=py.test -vv {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional
1515

1616
[testenv:py3-flake8]
1717
deps=flake8

0 commit comments

Comments
 (0)