Thomas Grainger
Thomas Grainger
@nateprewitt > This suggests the process cannot run in the docker image without it. greenlet is pulled in as a dependency of gevent, this override was only needed to get...
Yeah it was added so that python 3.12 would install a pre release version of greenlet > Once greenlet has release a full/final 3.x release it would be good to...
CI currently failing due to python 3.7 missing from GitHub actions' setup-python and failing brotlicffi. Something similar to https://github.com/kevin1024/pytest-httpbin/pull/89/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R81 will need to be applied
Also it looks like something is wrong with the ci matrix, this pypy3.10 build is failing due to a cpython 3.9 exception https://github.com/psf/httpbin/actions/runs/10178190245/job/28513362402?pr=51
The magic words: > so we can resolve https://github.com/psf/httpbin/pull/51. Closed this lol
@nateprewitt can you take a look at this? I'd like to get 3.13 support landed in vcrpy and pytest-httpbin before the final release of 3.13
@nateprewitt greenlet now has support for python 3.13 so this is not critical - would still be useful for when 3.14 is in beta
@webknjaz is this ticket resolved?
@AivanF could this be an interaction with anyio (do you have @pytest.mark.anyio ?) or any calls to `asyncio.run`?
> > You’re receiving notifications because you were mentioned. > > Not sure why GitHub thinks I have a mention here... this seems fine to me, in case someone mentioned...