@@ -37,8 +37,8 @@ class PyTest(Command):
def run(self):
import pytest
# errno = pytest.main(["-n", "auto"])
errno = pytest.main([])
errno = pytest.main(["-n", "auto"])
# errno = pytest.main([])
sys.exit(errno)
The note is not visible to the blocked user.