@@ -16,7 +16,7 @@ class PyTest(TestCommand):
def initialize_options(self):
TestCommand.initialize_options(self)
self.pytest_args = []
self.pytest_args = ['-n', '8', '--boxed']
def finalize_options(self):
TestCommand.finalize_options(self)
The note is not visible to the blocked user.