All I need is for one particular module to run last is this possible?
I didn't see this anywhere in the docs. Want I would want is to be able to set the order at the top of the pytest file. For example I'd just set @pytest.mark.order(99) at the top of a module so it always runs last.