]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: pin pyfakefs to 5.0 48470/head
authorKefu Chai <tchaikov@gmail.com>
Mon, 10 Oct 2022 15:19:27 +0000 (23:19 +0800)
committerAdam King <adking@redhat.com>
Wed, 12 Oct 2022 21:17:21 +0000 (17:17 -0400)
so the test is more repeatable.

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

src/cephadm/tox.ini

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