diff --git a/doc/en/goodpractises.rst b/doc/en/goodpractises.rst index dba521c50..cef754ec9 100644 --- a/doc/en/goodpractises.rst +++ b/doc/en/goodpractises.rst @@ -276,11 +276,6 @@ get started with setuptools integration:: TestCommand.initialize_options(self) self.pytest_args = [] - def finalize_options(self): - TestCommand.finalize_options(self) - self.test_args = [] - self.test_suite = True - def run_tests(self): #import here, cause outside the eggs aren't loaded import pytest