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