test_ok1/py/green/conftest.py

5 lines
90 B
Python

import py, os
if os.name == 'nt':
py.test.skip("Cannot test green layer on windows")