From 49d2194eb9a517fafb4d580a4b6be9133866a891 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 f232317a5b25e..7c154d3fe23fb 100644 --- a/src/pybind/mgr/dashboard/requirements-test.txt +++ b/src/pybind/mgr/dashboard/requirements-test.txt @@ -1,4 +1,4 @@ mock; python_version <= '3.3' pytest-cov pytest-instafail -pyfakefs +pyfakefs==4.5.0 -- 2.47.3