[svn r45550] Skip those tests on windows
--HG-- branch : trunk
This commit is contained in:
parent
2371fb16fa
commit
8ce22f32ac
|
@ -0,0 +1,4 @@
|
||||||
|
import py, os
|
||||||
|
|
||||||
|
if os.name == 'nt':
|
||||||
|
py.test.skip("Cannot test green layer on windows")
|
Loading…
Reference in New Issue