-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
RecursionError in pluggy #1794
Copy link
Copy link
Closed
Labels
status: criticalgrave problem or usability issue that affects lots of usersgrave problem or usability issue that affects lots of userstype: bugproblem that needs to be addressedproblem that needs to be addressed
Milestone
Metadata
Metadata
Assignees
Labels
status: criticalgrave problem or usability issue that affects lots of usersgrave problem or usability issue that affects lots of userstype: bugproblem that needs to be addressedproblem that needs to be addressed
When I try to run the qutebrowser testsuite with the current git
featuresbranch, I get:test_timeout_set_intervalseems unrelated, as this is just the teardown of a session-scoped fixture. However, when I only run pytest ontests/end2endI can't reproduce this...The
httpbinfixture is defined here.I have no idea what's happening though... Taking the freedom to mark this as critical as it might be a serious 3.0 regression for other testsuites too.