Skip to content

Commit

Permalink
Merge pull request #1870 from ceph/pyyaml-fix
Browse files Browse the repository at this point in the history
Pin PyYAML to fix CI breakage
  • Loading branch information
dmick authored Jul 22, 2023
2 parents 79491cb + c205639 commit ca7348b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --extra=test pyproject.toml
Expand Down Expand Up @@ -207,7 +207,7 @@ pep517==0.11.0
# via build
pexpect==4.8.0
# via teuthology (pyproject.toml)
pip-tools==6.11.0
pip-tools==6.14.0
# via teuthology (pyproject.toml)
platformdirs==2.4.0
# via virtualenv
Expand Down Expand Up @@ -274,7 +274,7 @@ pytz==2021.1
# via
# oslo-serialization
# oslo-utils
pyyaml==5.4.1
pyyaml==5.3.1
# via
# ansible-base
# cliff
Expand Down Expand Up @@ -333,6 +333,7 @@ tomli==2.0.1
# via
# build
# pep517
# pip-tools
# pytest
tox==3.25.0
# via teuthology (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ summary = Ceph test framework
[options]
packages = find:
install_requires =
PyYAML
PyYAML<6.0,!=5.4.0,!=5.4.1
ansible>=2.10,<3.0
apache-libcloud
backports.ssl-match-hostname
Expand All @@ -46,7 +46,7 @@ install_requires =
netaddr
paramiko
pexpect
pip-tools>=6.10.0
pip-tools<7.0.0
prettytable
psutil>=2.1.0
pyasn1
Expand Down

0 comments on commit ca7348b

Please sign in to comment.