From: Kefu Chai Date: Mon, 10 Oct 2022 15:19:27 +0000 (+0800) Subject: cephadm: pin pyfakefs to 5.0 X-Git-Tag: v17.2.6~454^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=ebfba2c16a6261aa0e436806bbd90768a0f353f2;p=ceph.git cephadm: pin pyfakefs to 5.0 so the test is more repeatable. Signed-off-by: Kefu Chai (cherry picked from commit 52f5c2fed057efa25e1cbea2a2bb4295f77831e4) --- diff --git a/src/cephadm/tox.ini b/src/cephadm/tox.ini index 095bced7a74f..6bb8db9ea407 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}