Thomas Liebetraut

Results 7 comments of Thomas Liebetraut

I did some digging and found #1449 from times when requirements.txt still contained hard version dependencies. python-dateutil was pinned to 2.6, because botocore at the time still depended on 2.8....

Sorry for having been silent for so long, but I had some quite busy weeks and did not work on my Bluetooth pet project. I'm a bit puzzled as to...

I just rebased the PR to the latest master and adapted the new CD workflow to use poetry for PyPI publication.

Glad to see some cleanup work being done again in mainline. Is there anything I can do to move this PR forward? It has not even been approved to run...

I don't think having a second virtualenv (which has to be maintained separately) is very developer-friendly: poetry won't create and maintain multiple venvs and updating multiple venvs manually is always...

I've had the same issue, the fix from @estyrke works, the test directories were erroneously packages, removing the `__init__.py`s fixes assertion rewriting.

Ran into the same issue (with a %-encoded + in my case). The bug was itnroduced in 62a53ed92445eaa3ab444df5bf98488562147cb8.