From: Andrew Schoen Date: Thu, 7 Mar 2019 18:37:00 +0000 (-0600) Subject: ceph-volume: tox tests should ignore the tests/functional directory X-Git-Tag: v12.2.12~61^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f86fd813ff069512a4751333bd7b53b9240e768;p=ceph.git ceph-volume: tox tests should ignore the tests/functional directory Without this the functional testinfra tests try to run when we are intending to only run the unit tests. Signed-off-by: Andrew Schoen (cherry picked from commit 1881f386d8207ee8c10f0863c4a1abf18cf3c5d9) --- diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 514d208facf..fce465def18 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -4,7 +4,7 @@ envlist = py27, py35, py36, flake8 [testenv] deps= pytest -commands=py.test -v {posargs:ceph_volume/tests} +commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional [testenv:flake8] deps=flake8