]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: pin pyfakefs version for tox tests 56763/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:55:20 +0000 (10:55 -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 75758c068118db338b40d8233d1f38960fc68f49..858f49556961d88c24a5d4b5c5036ed0a42f9abc 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
 commands=pytest {posargs}