]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: pin pyfakefs version for tox tests 56762/head
authorAdam King <adking@redhat.com>
Mon, 8 Apr 2024 14:48:18 +0000 (10:48 -0400)
committerAdam King <adking@redhat.com>
Mon, 8 Apr 2024 14:53:31 +0000 (10:53 -0400)
5.4.0 seems to have caused a number of permission issues
in the test. In order to unblock make check, let's pin it
to 5.3.5 for now.

Signed-off-by: Adam King <adking@redhat.com>
(cherry picked from commit ce71ce10b7551a649c9a64be992c0eddfa7e7243)

src/cephadm/tox.ini

index a6d7f3958372dee2b2d23b10f2d7ae9bf9bc03a6..d2bd3653c26492b6e76c359b32f18179dc4ee9e2 100644 (file)
@@ -34,7 +34,7 @@ addopts =
 skip_install=true
 deps =
   pyfakefs == 4.5.6 ; python_version < "3.7"
-  pyfakefs >= 5, < 6 ; python_version >= "3.7"
+  pyfakefs == 5.3.5 ; python_version >= "3.7"
   mock
   pytest
   pyyaml