diff options
Diffstat (limited to 'tests/test_utils')
| -rw-r--r-- | tests/test_utils/doctest_output.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_utils/doctest_output.py b/tests/test_utils/doctest_output.py index 724364428a..0d1e94d037 100644 --- a/tests/test_utils/doctest_output.py +++ b/tests/test_utils/doctest_output.py @@ -59,7 +59,7 @@ __test__ = {"API_TEST": r""" """} -if not six.PY3: +if six.PY2: __test__["API_TEST"] += """ >>> def produce_long(): ... return 42L |
