From 25c91d8484205441dad4f34968221d35ff351275 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 25 Feb 2022 11:36:04 -0500 Subject: =?UTF-8?q?=E2=9A=AB=20Fade=20to=20black.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (clean up cruft created by black) --- ptr.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ptr.py b/ptr.py index a81a619..41192fa 100644 --- a/ptr.py +++ b/ptr.py @@ -90,7 +90,7 @@ class PyTest(orig.test): ( 'index-url=', None, - "Specify an index url from which to retrieve " "dependencies", + "Specify an index url from which to retrieve dependencies", ), ( 'allow-hosts=', @@ -101,7 +101,7 @@ class PyTest(orig.test): ( 'addopts=', None, - "Additional options to be passed verbatim to the " "pytest runner", + "Additional options to be passed verbatim to the pytest runner", ), ] @@ -190,7 +190,7 @@ class PyTest(orig.test): for attr in 'allow_hosts index_url'.split(): setattr(dist, attr, getattr(self, attr)) for attr in ( - 'dependency_links install_requires ' 'tests_require extras_require ' + 'dependency_links install_requires tests_require extras_require ' ).split(): setattr(dist, attr, getattr(self.distribution, attr)) installed_dists = self.install_dists(dist) -- cgit v1.2.1