From 52f5c2fed057efa25e1cbea2a2bb4295f77831e4 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 10 Oct 2022 23:19:27 +0800 Subject: [PATCH] cephadm: pin pyfakefs to 5.0 so the test is more repeatable. Signed-off-by: Kefu Chai --- src/cephadm/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.47.3