[svn r45550] Skip those tests on windows

--HG--
branch : trunk
This commit is contained in:
fijal 2007-08-08 14:03:03 +02:00
parent 2371fb16fa
commit 8ce22f32ac
1 changed files with 4 additions and 0 deletions

4
py/green/conftest.py Normal file
View File

@ -0,0 +1,4 @@
import py, os
if os.name == 'nt':
py.test.skip("Cannot test green layer on windows")