Author: Brian Kearns <[email protected]>
Branch:
Changeset: r60568:af9676802136
Date: 2013-01-27 18:24 -0500
http://bitbucket.org/pypy/pypy/changeset/af9676802136/
Log: fix unnecessary skip
diff --git a/pypy/module/_io/test/test_fileio.py
b/pypy/module/_io/test/test_fileio.py
--- a/pypy/module/_io/test/test_fileio.py
+++ b/pypy/module/_io/test/test_fileio.py
@@ -2,7 +2,7 @@
import os
class AppTestFileIO:
- spaceconfig = dict(usemodules=['_io'])
+ spaceconfig = dict(usemodules=['_io'] + (['fcntl'] if os.name != 'nt' else
[]))
def setup_class(cls):
tmpfile = udir.join('tmpfile')
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit