]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
cephadm: pin pyfakefs version for tox tests 56760/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:48:18 +0000 (10:48 -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>
src/cephadm/tox.ini

index 8ad1d297f3852fa276af3e19edc1368d9a60b7fc..86d2c289c761a6e9291fa1be27b0fbbc0d8a0e2e 100644 (file)
@@ -28,7 +28,7 @@ skip_install=true
 deps =
   -rzipapp-reqs.txt
   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