One way to do it is to modify the auto_optional_tags variable in
sage.doctest.control lines 47-54 to add a more specific python version
tag. This doesn't get you inequalities in versions though.
You could also just add an if statement around your test if there are few
enough of them (e.g. int(sys
Own tag might be a goood way forward as the code itself can run on Python
3.7 by avoiding the multiprocessing. It would be purely to state that we
don't want to test the mp parts of the code. How do I make an optional tag?
I am worried that since this is not simply an optional package to test bu