Results 6 comments of Dominic

Hi, Yeah, this is caused by a change in how python enforces protocol initilisation. But it should also be worked-around in main already ( #1318) - it worked for 3.10.0,...

Hi, sorry for slow reply, I've been away from civilisation. You're running the tests directly using pytest? You'll either need to install pip install the test-requirements.txt beforehand, or remove any...

These look like the errors I get if git isn't available or is not found. Did you follow the README instructions for tests? > .... needs the git executable to...

Yeah, i think this is the same issue with Protocol classes that cropped up a few times. #1332 Our Protocol classes worked for 3.10.0.b4, then broke in rc1. I fixed...

Initial thoughts are that the import from .blob is a relative import in the objects module, and the if TYPE_CHECKING is true for mypy, so I dont think that is...

Same issue here. The minification takes so long the response time is doubled or more.