pytest-parallel icon indicating copy to clipboard operation
pytest-parallel copied to clipboard

Problem with loading terminalreporter

Open macher91 opened this issue 6 years ago • 0 comments

I have problem to run pytest-parallel:

Traceback (most recent call last): File "/venv/lib64/python3.6/site-packages/_pytest/main.py", line 174, in wrap_session config._do_configure() File "/venv/lib64/python3.6/site-packages/_pytest/config/init.py", line 607, in _do_configure self.hook.pytest_configure.call_historic(kwargs=dict(config=self)) File "/venv/lib64/python3.6/site-packages/pluggy/hooks.py", line 280, in call_historic res = self._hookexec(self, self._nonwrappers + self._wrappers, kwargs) File "/venv/lib64/python3.6/site-packages/pluggy/manager.py", line 67, in _hookexec return self._inner_hookexec(hook, methods, kwargs) File "/venv/lib64/python3.6/site-packages/pluggy/manager.py", line 61, in firstresult=hook.spec_opts.get('firstresult'), File "/venv/lib64/python3.6/site-packages/pluggy/callers.py", line 201, in _multicall return outcome.get_result() File "/venv/lib64/python3.6/site-packages/pluggy/callers.py", line 76, in get_result raise ex[1].with_traceback(ex[2]) File "/venv/lib64/python3.6/site-packages/pluggy/callers.py", line 180, in _multicall res = hook_impl.function(*args) File "/venv/lib64/python3.6/site-packages/pytest_parallel/init.py", line 93, in pytest_configure config.pluginmanager.register(ParallelRunner(config), 'parallelrunner') File "/venv/lib64/python3.6/site-packages/pytest_parallel/init.py", line 234, in init reporter.showfspath = False AttributeError: 'NoneType' object has no attribute 'showfspath'

plugins: requests-mock-1.5.2, xdist-1.23.2, sugar-0.9.2, forked-0.2, django-3.4.3, django-ordering-1.0.1, cov-2.5.1, celery-4.2.1

macher91 avatar Jan 29 '19 10:01 macher91