Jens Vagelpohl
Jens Vagelpohl
Things are looking good. How do we move forward? @sallner mentioned a few other tools that could be integrated into pre-commit like [docformatter](https://pypi.org/project/docformatter/), [teyit](https://github.com/isidentical/teyit) or [sphinx-lint](https://github.com/sphinx-contrib/sphinx-lint).
The test run on tag 6.4 (https://github.com/zopefoundation/zope.interface/actions/runs/9102178342) shows Windows wheels in the artifacts list but they didn't make it to PyPI for some reason.
So it looks like the current meta templates simply don't have a PyPI upload step for Windows wheels. There's explicit ones for macOS and for manylinux wheels. But none that...
A description of installed packages for those GHA runners is at https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-Readme.md. I don't see `libuv` on there. You can install additional OS packages from the GHA tests configuration. Edit...
P.S.: The test failures on both test runs (without the `uvloop` libraries first and then with them installed) are preceded by nearly identical tracebacks, which look just like the output...
Exactly, after looking at the code and noticing that the `loop.cpython-3x-x86_64-linux-gnu.so` file does not link to the uv library itself I thought the Python wheel must be bundling at least...
> However this pull-request is very large 26000 line diff doing many things at once and I strongly suggest splitting it in shorter, logically separate, steps. It took us ~...
> ... In my personal view dropping this support brings only cosmetic benefit and is outweighted by the fact that people, that still do use Python2, are being cut. >...
@d-maurer For the first time that I know the tests run without crashing the Python interpreter on macOS, at least on Python 3.8 through 3.10. These all show identical output...
On macOS and Python 3.6 and below I am seeing the following two issues repeated again and again: A crash while forking during ZEO server start: ``` Running .BlobAdaptedFileStorageTests tests:...