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

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/cephadm/tox.ini

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