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

build: bump cleo #5766

Merged
merged 1 commit into from
Jun 3, 2022
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
20 changes: 10 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ poetry-core = "^1.1.0b1"
poetry-plugin-export = "^1.0.4"
cachecontrol = { version = "^0.12.9", extras = ["filecache"] }
cachy = "^0.3.0"
cleo = "^1.0.0a4"
cleo = "^1.0.0a5"
crashtest = "^0.3.0"
entrypoints = "^0.4"
html5lib = "^1.0"
Expand Down
4 changes: 1 addition & 3 deletions tests/console/commands/test_publish.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@ def test_publish_returns_non_zero_code_for_upload_errors(
Publishing simple-project (1.2.3) to PyPI
"""
expected_error_output = """\
UploadError

HTTP Error 400: Bad Request
HTTP Error 400: Bad Request
"""

assert expected_output in app_tester.io.fetch_output()
Expand Down