Skip to content

Conversation

@colinmoynes
Copy link
Contributor

No description provided.

colinmoynes and others added 2 commits October 27, 2025 15:47
* Auth now creates a token if none exists

* Bump version: 1.8.6 → 1.8.7

* Update CHANGELOG.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* updated pylintrc to 13 max pos args

* updated pylint max-args to 13

* Removed max-positional-args setting in pylintrc

* Set default force value in create_config_files()

* Update cloudsmith_cli/core/config.py

wrapping create=y within else

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Upstream deprecated the option to mangle original stdout and stderr,
and instead provides result.output that copies the original streams
into a new mixed stream, in proper terminal order.

Passing mix_stderr is invalid since version 8.2.

>       return click.testing.CliRunner(mix_stderr=False)
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
E       TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_stderr'

See: pallets/click#2523
@colinmoynes colinmoynes closed this Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants