Russ Allbery
Russ Allbery
I believe this was fixed in https://github.com/mingrammer/diagrams/pull/534
I believe this was fixed in https://github.com/mingrammer/diagrams/pull/534
Unfortunately, this approach doesn't seem to work if the headers are set on the `ClientSession`, not in the individual call, which I suspect is what triggered the bug report. Also...
Ah, thank you, I hadn't noticed tox4. I can confirm that it does fix this issue. (It has a couple of other issues, one of which I see was already...
This just bit me as well for the upload of App-DocKnot-6.00.tar.gz. Whatever CA database the current running PAUSE is using is out of date. Could it be using the system...
Mentioning this here just to save someone else the research: I had thought that LDIF was invalid and values containing `:` had to be base64-encoded, but it looks from RFC...
I was able to reproduce without `tox-docker` using https://github.com/lsst-sqre/cachemachine. Example error messages: ``` ERROR: Wheel 'cachemachine' located at /home/eagle/.cache/pip/wheels/2c/d0/9c/40e99e6eff5220af92bb48a09d57c0fec9b5d34805baaf417c/cachemachine-1.1.2.dev16+g7a676f3.d20220325-py3-none-any.whl is invalid. typing: FAIL ✖ in 7.67 seconds .pkg: get_requires_for_build_sdist> python...
There we go. I managed to reproduce it with `tox4 -vvv -r -p all`. [tox-log.txt](https://github.com/tox-dev/tox/files/8354345/tox-log.txt)
(We don't use poetry. I suspect you're trying to use Python 3.9, which isn't supported.) I haven't seen this error in quite some time with tox 3 either, and indeed...