[pypy-commit] pypy py3.5: IntDictStrategy has been re-enabled for a while

cfbolz pypy.commits at gmail.com
Sat Jan 12 15:02:31 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.5
Changeset: r95621:de91516349f5
Date: 2019-01-12 20:59 +0100
http://bitbucket.org/pypy/pypy/changeset/de91516349f5/

Log:	IntDictStrategy has been re-enabled for a while

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
@@ -1177,7 +1177,6 @@
         assert type(list(d.keys())[0]) is str
 
     def test_empty_to_int(self):
-        skip('IntDictStrategy is disabled for now, re-enable it!')
         import sys
         d = {}
         d[1] = "hi"


More information about the pypy-commit mailing list