Author: Ronan Lamy <[email protected]>
Branch: py3.5
Changeset: r93437:7597dd2c875f
Date: 2017-12-16 04:52 +0000
http://bitbucket.org/pypy/pypy/changeset/7597dd2c875f/

Log:    Skip another test that cannot work with -A

diff --git a/pypy/module/marshal/test/test_marshal.py 
b/pypy/module/marshal/test/test_marshal.py
--- a/pypy/module/marshal/test/test_marshal.py
+++ b/pypy/module/marshal/test/test_marshal.py
@@ -1,3 +1,4 @@
+import pytest
 from rpython.tool.udir import udir
 
 
@@ -228,6 +229,7 @@
                    BadReader(marshal.dumps(value)))
 
 
[email protected]('config.option.runappdirect')
 class AppTestSmallLong(AppTestMarshal):
     spaceconfig = AppTestMarshal.spaceconfig.copy()
     spaceconfig["objspace.std.withsmalllong"] = True
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to