summaryrefslogtreecommitdiffstats
path: root/Lib/packaging/tests/test_mixin2to3.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/packaging/tests/test_mixin2to3.py')
-rw-r--r--Lib/packaging/tests/test_mixin2to3.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/packaging/tests/test_mixin2to3.py b/Lib/packaging/tests/test_mixin2to3.py
index 000a992..c439bcb 100644
--- a/Lib/packaging/tests/test_mixin2to3.py
+++ b/Lib/packaging/tests/test_mixin2to3.py
@@ -8,6 +8,7 @@ class Mixin2to3TestCase(support.TempdirManager,
support.LoggingCatcher,
unittest.TestCase):
+ @support.skip_2to3_optimize
def test_convert_code_only(self):
# used to check if code gets converted properly.
code = "print 'test'"