From: Kefu Chai Date: Mon, 10 Oct 2022 15:19:27 +0000 (+0800) Subject: cephadm: pin pyfakefs to 5.0 X-Git-Tag: v18.1.0~1041^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F48421%2Fhead;p=ceph.git cephadm: pin pyfakefs to 5.0 so the test is more repeatable. Signed-off-by: Kefu Chai --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 9f280bc19539..b2a3bf0b924d 100644 --- a/src/cephadm/tox.ini +++ b/src/cephadm/tox.ini @@ -34,7 +34,7 @@ addopts = [testenv] skip_install=true deps = - pyfakefs + pyfakefs == 5.0 mock pytest commands=pytest {posargs}