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: v17.1.0~563^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=24d3a01a3019d30fc1d4dc4963a3942665243a48;p=ceph-ci.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 --- diff --git a/src/pybind/mgr/dashboard/requirements-test.txt b/src/pybind/mgr/dashboard/requirements-test.txt index 90cd7f2b121..625f5c358f1 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