From 0ce49c38870f9876bfedae9fe8d311ef49fd5b28 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 (cherry picked from commit 24d3a01a3019d30fc1d4dc4963a3942665243a48) --- 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 25b205ce883d..8ff943566621 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -1,4 +1,4 @@ pytest pytest-cov pytest-instafail -pyfakefs +pyfakefs==4.5.0 -- 2.47.3