Open
Description
We can tackle test isolation issues in future work by adding a pytest plugin or some other solution for shuffling test cases.
Originally posted by @jacobtylerwalls in #9041 (comment)
I'm familiar with the Django test runner's --shuffle
option, but perhaps we can evaluate pytest-random-order
or other plugins.