From: Alfonso Martínez Date: Thu, 9 Jan 2020 09:41:22 +0000 (+0100) Subject: mgr/dashboard: decouple backend unit tests from build. X-Git-Tag: v15.1.0~162^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32565%2Fhead;p=ceph.git mgr/dashboard: decouple backend unit tests from build. Fixes: https://tracker.ceph.com/issues/43534 Signed-off-by: Alfonso Martínez --- diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 0305187216d7..c63b61940ca0 100644 --- a/src/pybind/mgr/dashboard/requirements.txt +++ b/src/pybind/mgr/dashboard/requirements.txt @@ -8,4 +8,4 @@ python3-saml requests Routes six -../../../python-common \ No newline at end of file +-e ../../../python-common