Kaydet (Commit) 09debc9a authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Avoid testing stuff that's been fixed in 2.7 on older Pythons

üst 561a821e
...@@ -154,6 +154,10 @@ class AbstractCompatTests(AbstractPickleTests): ...@@ -154,6 +154,10 @@ class AbstractCompatTests(AbstractPickleTests):
def test_unicode_high_plane(self): def test_unicode_high_plane(self):
pass pass
# This tests a fix that's in 2.7 only
def test_dynamic_class(self):
pass
if test_support.have_unicode: if test_support.have_unicode:
# This is a cut-down version of pickletester's test_unicode. Backwards # This is a cut-down version of pickletester's test_unicode. Backwards
# compatibility was explicitly broken in r67934 to fix a bug. # compatibility was explicitly broken in r67934 to fix a bug.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment