From: Rishabh Dave Date: Fri, 29 Oct 2021 15:04:12 +0000 (+0530) Subject: mgr/dashboard: all pyfakefs must be pinned on same version X-Git-Tag: v16.2.7~21^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F43930%2Fhead;p=ceph.git 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) --- 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