Skip to content

Commit ce71ce1

Browse files
committed
cephadm: pin pyfakefs version for tox tests
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 <[email protected]>
1 parent 8ad830a commit ce71ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cephadm/tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ skip_install=true
2828
deps =
2929
-rzipapp-reqs.txt
3030
pyfakefs == 4.5.6 ; python_version < "3.7"
31-
pyfakefs >= 5, < 6 ; python_version >= "3.7"
31+
pyfakefs == 5.3.5 ; python_version >= "3.7"
3232
mock
3333
pytest
3434
pyyaml

0 commit comments

Comments
 (0)