Rasmus Wriedt Larsen
Rasmus Wriedt Larsen
> Hyper is no longer maintained so this is unlikely to be fixed even if it is a bug. If you're looking for a maintained HTTP/2-capable HTTP client I'd recommend...
> Could you add `ubuntu-22.04` to the matrix in `python-deps.yml` (and any other relevant tests)? Done :+1: (but only for the python-setup tests)
> I don't think Python 2 is preinstalled in the `ubuntu-22.04` virtual environment. Would it be reasonable to add the combination of `python_version: 2` and `os: ubuntu-22.04` to the `exclude`...
this should fail the Ubuntu 22.04 test, but just want to be able to point to a log file to show that the logic works before disabling the test. If...
Example of failure here: https://github.com/github/codeql-action/actions/runs/3097944471/jobs/5015231587#step:4:140 (revealed that I had forgotten a few spaces)
Hi @mrc0mmand, that does look like a bug, thanks for reporting it :pray: Let me see if I can come up with a fix later today.
I wasn't able to figure out what was going on, but will look more at it Monday. To unblock you, you can do the dependency installation manually as described here:...
Great to hear :+1: I've found the underlying cause. As described [here](https://askubuntu.com/questions/1406304/virtualenv-installs-envs-into-local-bin-instead-of-bin), when using Ubuntu 22.04 with new enough versions of `setuptools` (60.0.0+), the virtual environment created with `virtualenv` will...
AHA, a few inconsistencies uncovered :detective: @yoff maybe we can work together on fixing these?
> I guess an alternative would be to _not_ have `request` be a remote flow source in its own right, but only attributes thereof. I didn't consider this, but I...