Author: Manuel Jacob <m...@manueljacob.de> Branch: py3.5 Changeset: r90783:7db7635bfea8 Date: 2017-03-22 00:14 +0100 http://bitbucket.org/pypy/pypy/changeset/7db7635bfea8/
Log: Fix py.test.skip call in app-level test. diff --git a/pypy/objspace/std/test/test_dictmultiobject.py b/pypy/objspace/std/test/test_dictmultiobject.py --- a/pypy/objspace/std/test/test_dictmultiobject.py +++ b/pypy/objspace/std/test/test_dictmultiobject.py @@ -685,7 +685,7 @@ assert isinstance(list({b'a': 1})[0], bytes) def test_interned_keywords(self): - py.test.skip("no longer works") + skip("no longer works") # At some point in the past, we had kwargsdict automatically # intern every single key we get out of it. That's a big # pointless waste of time. So the following test fails now. _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit