From 477ee99aa7229bdce83ca80049359284c6332f2d Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Mon, 1 Aug 2016 16:22:05 -0400 Subject: The future is here! (Fix test failures on Python 2.7 introduced in 8cc9cd3c76). --- setuptools/tests/test_dist_info.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'setuptools/tests') diff --git a/setuptools/tests/test_dist_info.py b/setuptools/tests/test_dist_info.py index 094a97ea..f7e7d2bf 100644 --- a/setuptools/tests/test_dist_info.py +++ b/setuptools/tests/test_dist_info.py @@ -1,5 +1,8 @@ """Test .dist-info style distributions. """ + +from __future__ import unicode_literals + from setuptools.extern.six.moves import map import pytest -- cgit v1.2.3