I can use Pytest markers to mark slow tests, and run them only occasionally using pytest -m slow.
I have some very slow cram tests, and I'd like to be able to use the same system, such that they do not run by default, but only when expressly enabled.