From 24d3a01a3019d30fc1d4dc4963a3942665243a48 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Fri, 29 Oct 2021 20:34:12 +0530 Subject: [PATCH] mgr/dashboard: all pyfakefs must be pinned on same version Without this patch execution of install-deps.sh fails with an error. Fixes: https://tracker.ceph.com/issues/53088 Signed-off-by: Rishabh Dave --- src/pybind/mgr/dashboard/requirements-test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index 90cd7f2b121f2..625f5c358f1cb 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -1,3 +1,3 @@ pytest-cov pytest-instafail -pyfakefs +pyfakefs==4.5.0 -- 2.39.5