positron icon indicating copy to clipboard operation
positron copied to clipboard

Implement allowed extensions filtering in tests

Open testlabauto opened this issue 1 month ago • 0 comments

Because we are seeing problems with Pyrefly starting up hundreds of times during tests, we think it would be great to implement a settings structure like:

    "extensions.allowed": {
        "meta.pyrefly": false,
        "*": true
    }

This way we can turn off Pyrefly for most tests, but then create a separate suite just for Pyrefly where we wait around a little for the resource spike to pass, then begin testing. This new suite would not be run with parallel execution to avoid the issues we currently face.

testlabauto avatar Nov 26 '25 19:11 testlabauto