Ben Greiner

Results 61 issues of Ben Greiner

``` [ 2s] + PYTHONPATH=/home/abuild/rpmbuild/BUILDROOT/python-astor-0.8.1-0.x86_64/usr/lib/python3.9/site-packages [ 2s] + PYTHONDONTWRITEBYTECODE=1 [ 2s] + pytest-3.9 --ignore=_build.python39 --ignore=_build.python38 -v tests [ 2s] ============================= test session starts ============================== [ 2s] platform linux -- Python...

- [x] I am on the [latest](https://github.com/sdispater/pendulum/releases/latest) Pendulum version. - [x] I have searched the [issues](https://github.com/sdispater/pendulum/issues) of this repo and believe that this is not a duplicate. - **OS version...

The line for the argparser changed from "optional arguments" to "options".

I get sporadic pickling errors on the openSUSE package for skyfield. Is there any way to stabilize this? ``` [ 36s] + /usr/bin/python3 -m assay --batch skyfield.tests [ 42s] ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................Traceback...

Hi, This PR introduces 3 new features split in two and a half commits: 1. Add the command argument `-c, --nocolor` to disable the tty color coding. Useful for CI...

If this gets a release, it also needs a license file in order to make it redistributable as a package. setup.py specifies `MIT`. https://github.com/brandon-rhodes/assay/blob/79f5d784a55d70f31b2c90b636910738cd74840e/setup.py#L8

The jedi test suite fails for me with two new errors when updating from pytest 6 to pytest 7.1.1: ``` [ 230s] =================================== FAILURES =================================== [ 230s] _________________________ test_completion[conftest:27] _________________________...

The tag https://github.com/Textualize/rich/releases/tag/v12.5.1 references the wrong commit, where pyproject.toml still has 12.5.0, this results in the wrong source tarball. The release should have referenced https://github.com/Textualize/rich/commit/cde23ed0a1ecad8c63436148c7e1fb6f0073fca8

Needs triage

The CI runs on PRs fail unrelated to the actual change: ``` > links = tuple(REX_LINK.findall(record['advisory'])) E TypeError: string indices must be integers dephell/controllers/_safety.py:51: TypeError ``` ``` > return StreamReader(protocol,...

bowler 0.9 switched from patch to a different lib, that does not work without the trailing newline. https://github.com/facebookincubator/Bowler/pull/120