Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin PyYAML to fix CI breakage #1870

Merged
merged 2 commits into from
Jul 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading