aboutsummaryrefslogtreecommitdiffstats
path: root/pkg_resources/tests/test_resources.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-08-17 20:33:17 -0400
committerGitHub <noreply@github.com>2016-08-17 20:33:17 -0400
commit5305bc2d6162b53ce20c1d057c9108ce4b0eb7b7 (patch)
tree213d7e9decc6b4de8ddcc1fe1082adb04692d579 /pkg_resources/tests/test_resources.py
parent0addcafeb1c80ba1ffc57756ffe7e3f0210cee1f (diff)
parentd806e4cf59b252eb2120483347c4f3772f4ca386 (diff)
downloadexternal_python_setuptools-5305bc2d6162b53ce20c1d057c9108ce4b0eb7b7.tar.gz
external_python_setuptools-5305bc2d6162b53ce20c1d057c9108ce4b0eb7b7.tar.bz2
external_python_setuptools-5305bc2d6162b53ce20c1d057c9108ce4b0eb7b7.zip
Merge pull request #740 from stepshal/parameter
Remove whitespace around parameter = sign.
Diffstat (limited to 'pkg_resources/tests/test_resources.py')
-rw-r--r--pkg_resources/tests/test_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources/tests/test_resources.py b/pkg_resources/tests/test_resources.py
index e0dbb652..e4827fa5 100644
--- a/pkg_resources/tests/test_resources.py
+++ b/pkg_resources/tests/test_resources.py
@@ -114,7 +114,7 @@ class TestDistro:
def testDistroMetadata(self):
d = Distribution(
"/some/path", project_name="FooPkg", py_version="2.4", platform="win32",
- metadata = Metadata(
+ metadata=Metadata(
('PKG-INFO',"Metadata-Version: 1.0\nVersion: 1.3-1\n")
)
)