From bf9f034c03ff027c277f377feb155bc160e791a9 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 7 Mar 2019 12:37:00 -0600 Subject: [PATCH] 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) --- src/ceph-volume/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 514d208facf3c..fce465def1881 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 -- 2.39.5