mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Avoid testing stuff that's been fixed in 2.7 on older Pythons
This commit is contained in:
parent
561a821e93
commit
09debc9a5b
1 changed files with 4 additions and 0 deletions
|
|
@ -154,6 +154,10 @@ class AbstractCompatTests(AbstractPickleTests):
|
|||
def test_unicode_high_plane(self):
|
||||
pass
|
||||
|
||||
# This tests a fix that's in 2.7 only
|
||||
def test_dynamic_class(self):
|
||||
pass
|
||||
|
||||
if test_support.have_unicode:
|
||||
# This is a cut-down version of pickletester's test_unicode. Backwards
|
||||
# compatibility was explicitly broken in r67934 to fix a bug.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue