]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: pin pyfakefs to 5.0 48434/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 10 Oct 2022 15:19:27 +0000 (23:19 +0800)
committerNizamudeen A <nia@redhat.com>
Tue, 11 Oct 2022 06:23:19 +0000 (11:53 +0530)
so the test is more repeatable.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
(cherry picked from commit 52f5c2fed057efa25e1cbea2a2bb4295f77831e4)

src/cephadm/tox.ini

index 095bced7a74feb165908d9d70d86b261e6593992..6bb8db9ea407f49f442e03e029fdfdbf63e66738 100644 (file)
@@ -34,7 +34,7 @@ addopts =
 [testenv]
 skip_install=true
 deps =
-  pyfakefs
+  pyfakefs == 5.0
   mock
   pytest
 commands=pytest {posargs}