On Jan 10 2018, [email protected] wrote:
> Trying to install latest version (upgrading from 2.20)
>
> I have followed wiki instructions and upgraded all python dependencies, but 
> when I try to run
> the test I get the following errors:
>
> $ sudo python3 -m pytest tests/
> INTERNALERROR> Traceback (most recent call last):
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/_pytest/main.py", 
> line 101, in wrap_session
> INTERNALERROR>     config._do_configure()
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/_pytest/config.py", 
> line 921, in _do_configure
> INTERNALERROR>     
> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/__init__.py", 
> line 628, in call_historic
> INTERNALERROR>     res = self._hookexec(self, self._nonwrappers + 
> self._wrappers, kwargs)
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/__init__.py", 
> line 222, in _hookexec
> INTERNALERROR>     return self._inner_hookexec(hook, methods, kwargs)
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/__init__.py", 
> line 216, in <lambda>
> INTERNALERROR>     firstresult=hook.spec_opts.get('firstresult'),
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/callers.py", 
> line 201, in _multicall
> INTERNALERROR>     return outcome.get_result()
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/callers.py", 
> line 76, in get_result
> INTERNALERROR>     raise ex[1].with_traceback(ex[2])
> INTERNALERROR>   File "/usr/lib/python3.4/site-packages/pluggy/callers.py", 
> line 180, in _multicall
> INTERNALERROR>     res = hook_impl.function(*args)
> INTERNALERROR>   File 
> "/home/drgrumpy/downloads/s3ql-2.25/tests/pytest_checklogs.py", line 20, in 
> pytest_configure
> INTERNALERROR>     raise ImportError('pytest catchlog plugin not found')
> INTERNALERROR> ImportError: pytest catchlog plugin not found
>
> pytest-catchlog plugin is installed

Well, apparently not.

Try running `python3 -c 'import pytest_catchlog'`. What does that say?


Best,
-Nikolaus

-- 
GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

             »Time flies like an arrow, fruit flies like a Banana.«

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to