MeggyCal
MeggyCal
True, this is not user-facing, so it is not urgent to merge :smiling_face_with_tear: . And I agree this is more of a hotfix than improvement.
Hi, sorry it took me so long to react :(
Tests fail due to a bug in requests-unixsocket, which appears unmaintained. Living fork (with a fixed release 0.4.0) here: https://gitlab.com/thelabnyc/requests-unixsocket2
Please, update requests straight to 2.32.2, the releases 2.32.0 and 2.32.1 are yanked on PyPI.
Looks like Google has changed the policy again (or am I wrong?): ``` File "/home/abuild/rpmbuild/BUILD/zope.testbrowser-5.3.2/src/zope/testbrowser/over_the_wire.txt", line 21, in over_the_wire.txt Failed example: browser.open('http://google.com/ncr') Expected: Traceback (most recent call last): ... RobotExclusionError:...
Thank you and I am deeply sorry I haven't checked further than in runtime requirements. Yes, no changes are needed right now.
Just adding that the reason for this misleading error is https://github.com/pytest-dev/pytest-asyncio/pull/886. It was probably silently ignored before.
This PR doesn't work as-is and when I fixed all the SyntaxErrors it failed its own check, but some part of it it fixed tests on Python 3.13 for me....
If you want me to create a new issue, I am happy to do that.
@mgorny thanks, I'll try that