Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move virtual environment test context into main context (#4370)
It was becoming problematic that the virtual environment test context diverged from the other one i.e. we had to implement filtering twice. This combines the contexts and tweaks the `TestContext` API and filtering mechanisms for Python versions. Combined with my previous changes to the test context at #4364 and #4368 this finally unblocks the snapshots for test cases in #4360 and #4362.
- Loading branch information