Closed
Description
Some tests are failing when installing pytest-randomly.
I've tried using -p no:randomly
with the inner runpytest
, but it appears that it has no (or not enough) effect - IIRC plugins can only be added there, but not removed.
Also this would not really be a general solution (i.e. when using another similar plugin with another name), so maybe a whitelist should be used always?!