Jake Callahan
Jake Callahan
This is also going to be a blocker for a lot of people/teams. If there was a way to disable this check, and perhaps others that pip just deals with,...
@maxi0604 If you want to take the implementation I did for demuxing, you can see it here: https://github.com/SatelliteQE/broker/blob/master/broker/binds/containers.py#L8-L48
@thewchan here's the relevant section from the release notes. https://docs.python.org/3.12/whatsnew/3.12.html#configparser configparser Several names deprecated in the [configparser](https://docs.python.org/3.12/library/configparser.html#module-configparser) way back in 3.2 have been removed per [gh-89336](https://github.com/python/cpython/issues/89336): [configparser.ParsingError](https://docs.python.org/3.12/library/configparser.html#configparser.ParsingError) no longer has...
@besendorf since the owner is inactive, I've published a temporary package for 3.12 (terribly) named ssh2-python312.
I'm going to merge this now. @ogajduse if there is anything you'd still like addressed for this post-merge, please write it down and create an issue for it to be...
Currently blocked on https://issues.redhat.com/browse/SAT-24164
Could this be used to resolve this? https://pypi.org/project/py2pack/
It looks like we should be able to set this during installation. `--foreman-logging-level Logging level of the Foreman application (valid values: debug, info, warn, error, fatal) (default: "info")`
I don't know if the issue is with Airgun or one of its dependencies, but I have also noticed the extreme slowness of the tests. I'm sure there are a...
I think adding an optional tuple parameter to gen_utf8 would be the best implementation. then we could either remove the cjk and cryllic functions or shrink them down to just...