[pypy-svn] r69457 - pypy/trunk/pypy/objspace/std/test
fijal at codespeak.net
fijal at codespeak.net
Thu Nov 19 22:41:03 CET 2009
Author: fijal
Date: Thu Nov 19 22:41:02 2009
New Revision: 69457
Modified:
pypy/trunk/pypy/objspace/std/test/test_userobject.py
Log:
Argh. Previous checkin belonged to trunk, fix
Modified: pypy/trunk/pypy/objspace/std/test/test_userobject.py
==============================================================================
--- pypy/trunk/pypy/objspace/std/test/test_userobject.py (original)
+++ pypy/trunk/pypy/objspace/std/test/test_userobject.py Thu Nov 19 22:41:02 2009
@@ -283,6 +283,8 @@
cls.prev_installer = multimethod.Installer
multimethod.Installer = multimethod.InstallerVersion2
+ if conftest.option.runappdirect:
+ py.test.skip("Cannot run different installers when runappdirect")
config = conftest.make_config(conftest.option, **cls.OPTIONS)
cls.space = conftest.maketestobjspace(config)
More information about the Pypy-commit
mailing list