Skip to content

Commit 7ecd06a

Browse files
authored
Merge pull request ceph#56760 from adk3798/cephadm-pin-pyfakefs-version
cephadm: pin pyfakefs version for tox tests Reviewed-by: Casey Bodley <[email protected]>
2 parents 4f58bb7 + ce71ce1 commit 7ecd06a

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)