]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph-volume: tox tests should ignore the tests/functional directory
authorAndrew Schoen <aschoen@redhat.com>
Thu, 7 Mar 2019 18:37:00 +0000 (12:37 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 8 Mar 2019 15:58:59 +0000 (09:58 -0600)
Without this the functional testinfra tests try to run when we
are intending to only run the unit tests.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
src/ceph-volume/tox.ini

index 06a6388482827bce009b44bf75a86273d8959a33..32dfc4fdd6aa9299c2ed5d1eb0c14608250dbd22 100644 (file)
@@ -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