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: v15.2.16~45^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F44159%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 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