From 6858cd42e0ceb31d873052eba9f68406cd3aa03a Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 4 Mar 2014 15:33:13 -0800 Subject: [PATCH] The worst. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cfbab3101..238ee9b78 100644 --- a/setup.py +++ b/setup.py @@ -73,7 +73,7 @@ class CFFIBuild(build): class PyTest(test): def finalize_options(self): - TestCommand.finalize_options(self) + test.finalize_options(self) self.test_args = [] self.test_suite = True