Author: Carl Friedrich Bolz-Tereick <[email protected]>
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"
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to