From 066718022e8cb1c9e6326d944c99280905ad0a82 Mon Sep 17 00:00:00 2001 From: koobs Date: Mon, 24 Feb 2014 22:33:07 +1100 Subject: [PATCH] And again. Remove whitespace (pep8) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index df29b0421..681b9031c 100644 --- a/setup.py +++ b/setup.py @@ -76,7 +76,7 @@ class PyTest(TestCommand): TestCommand.finalize_options(self) self.test_args = [] self.test_suite = True - + def run_tests(self): # Import here because in module scope the eggs are not loaded. import pytest