[svn r45550] Skip those tests on windows
--HG-- branch : trunk
This commit is contained in:
4
py/green/conftest.py
Normal file
4
py/green/conftest.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import py, os
|
||||
|
||||
if os.name == 'nt':
|
||||
py.test.skip("Cannot test green layer on windows")
|
||||
Reference in New Issue
Block a user