5960497
1
2
import os, pytest mark_slow = pytest.mark.skipif(not os.getenv('RUNSLOW'), reason='slow')