Evangelos Foutras
Evangelos Foutras
First noticed in https://github.com/eventlet/eventlet/pull/715#discussion_r650300750 -- thought I'd file an issue for it. This and https://github.com/eventlet/eventlet/issues/730 are the only issues failing for us on Arch Linux with Python 3.10. ``` Traceback...
From Python 3.10 release notes: Misleading phrase "optional arguments" was replaced with "options" in argparse help. Some tests might require adaptation if they rely on exact output match. (Contributed by...
## What do these changes do? Allow the test suite to pass on Python 3.10. Due to limited knowledge of the code and to avoid breaking anything, I have xfailed...
After removing the description column, status has become the 7th column instead of the 8th; fix the tablesorter call to use the correct number. Fixes: 74e24ff4e6a9 ("Leave descriptions out of...
Python 3.10 adds the class name to the exception; adjust two tests affected by this change.
When a .zst package is downloaded from the archive, there's no point to also check for the same package with a .xz extension. Doing so results in huge delays because...
I started looking into enabling [PostgreSQL Connection Pools](https://docs.djangoproject.com/en/5.1/releases/5.1/#postgresql-connection-pools) which is a new feature in Django 5.1 and ran into trouble with Django-Q using Django ORM as the broker. About half...
This is a follow-up to https://github.com/cncf/cluster/issues/213 after we noticed that we cannot view our 4 servers at Equinix Metal. The servers we have are these: - repro3.pkgbuild.com (147.75.84.133) - runner3.archlinux.org...