nephila / giturlparse

Parse & rewrite git urls (supports GitHub, Bitbucket, Assembla ...)
https://pypi.python.org/pypi/giturlparse
Apache License 2.0
31 stars 23 forks source link

Latest version causes lots of data to go to stdout #66

Closed Sillocan closed 1 year ago

Sillocan commented 1 year ago

Description

Stdout is polluted with "didn't match" print statements. This causes a lot of extra logging for cloud based services and causes tests expecting no stdout to fail.

Steps to reproduce

Simply run tox and view the unit test output

Versions

Any version

Expected behaviour

Nothing is logged to stdout unless it is an actual error, which ideally goes to stderr. If you want to keep debug logs around then using logging.debug

Actual behaviour

Additional information

Sillocan commented 1 year ago

Opened an MR to resolve this https://github.com/nephila/giturlparse/pull/65

protoroto commented 1 year ago

@Sillocan I've just released 0.11.1 version, thanks for contributing!