You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main: disable colorama on Linux and flush output (#494)
* Disable `colorama` on Linux (fixes#493)
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* `colorama` is a required dependency on Windows
* Prevent output buffering
* Fix `cprint()`
* Make `cprint()` private
* Get back `ModuleNotFoundError`
* `cprint`: don't try to format message
`{` are present in tracebacks leading to errors
* Add type annotation
Fix type annotaion errors
* tests: remove colorama on path test
* tests: move path test up to normal tests
Signed-off-by: Henry Schreiner <[email protected]>
* tox: include coverage on path job
Signed-off-by: Henry Schreiner <[email protected]>
* ci: combine coverage from the run
Signed-off-by: Henry Schreiner <[email protected]>
Signed-off-by: Henry Schreiner <[email protected]>
Co-authored-by: Henry Schreiner <[email protected]>
0 commit comments