From 38489b6953f705d266d7632127deee76f5c92373 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Thu, 9 Jan 2020 10:41:22 +0100 Subject: [PATCH] mgr/dashboard: decouple backend unit tests from build. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/43534 Signed-off-by: Alfonso Martínez --- src/pybind/mgr/dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements.txt b/src/pybind/mgr/dashboard/requirements.txt index 0305187216d..c63b61940ca 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 -- 2.39.5