From 4b54b281b917e33ca9a9ca26d8071b42c4cd6852 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Wed, 30 Jan 2019 16:36:27 -0500 Subject: setup: Remove vestiges of test_urls --path option --- setup.py | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a9888c41..ba693c87 100755 --- a/setup.py +++ b/setup.py @@ -527,18 +527,6 @@ class TestUI(TestBaseCommand): class TestURLFetch(TestBaseCommand): description = "Test fetching kernels and isos from various distro trees" - def initialize_options(self): - TestBaseCommand.initialize_options(self) - self.path = "" - - def finalize_options(self): - TestBaseCommand.finalize_options(self) - origpath = str(self.path) - if not origpath: - self.path = [] - else: - self.path = origpath.split(",") - def run(self): self._testfiles = ["tests.test_urls"] TestBaseCommand.run(self) -- cgit v1.2.1