[py-svn] r45550 - py/trunk/py/green
fijal at codespeak.net
fijal at codespeak.net
Wed Aug 8 14:03:05 CEST 2007
Author: fijal
Date: Wed Aug 8 14:03:03 2007
New Revision: 45550
Added:
py/trunk/py/green/conftest.py (contents, props changed)
Log:
Skip those tests on windows
Added: py/trunk/py/green/conftest.py
==============================================================================
--- (empty file)
+++ py/trunk/py/green/conftest.py Wed Aug 8 14:03:03 2007
@@ -0,0 +1,4 @@
+import py, os
+
+if os.name == 'nt':
+ py.test.skip("Cannot test green layer on windows")
More information about the py-svn
mailing list