Advertisement
Guest User

Untitled

a guest
Sep 4th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. ================================================================================= ERRORS =================================================================================
  2. ________________________________________________________________ ERROR collecting buildstream/__init__.py ________________________________________________________________
  3. .eggs/pluggy-0.7.1-py3.5.egg/pluggy/hooks.py:258: in __call__
  4. return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  5. .eggs/pluggy-0.7.1-py3.5.egg/pluggy/manager.py:67: in _hookexec
  6. return self._inner_hookexec(hook, methods, kwargs)
  7. .eggs/pluggy-0.7.1-py3.5.egg/pluggy/manager.py:61: in <lambda>
  8. firstresult=hook.spec_opts.get('firstresult'),
  9. .eggs/pytest_pylint-0.11.0-py3.5.egg/pytest_pylint.py:135: in pytest_collect_file
  10. if parent.pylint_config is None:
  11. E AttributeError: 'Package' object has no attribute 'pylint_config'
  12. ___________________________________________________________________ ERROR collecting tests/__init__.py ___________________________________________________________________
  13. .eggs/pluggy-0.7.1-py3.5.egg/pluggy/hooks.py:258: in __call__
  14. return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  15. .eggs/pluggy-0.7.1-py3.5.egg/pluggy/manager.py:67: in _hookexec
  16. return self._inner_hookexec(hook, methods, kwargs)
  17. .eggs/pluggy-0.7.1-py3.5.egg/pluggy/manager.py:61: in <lambda>
  18. firstresult=hook.spec_opts.get('firstresult'),
  19. .eggs/pytest_pylint-0.11.0-py3.5.egg/pytest_pylint.py:135: in pytest_collect_file
  20. if parent.pylint_config is None:
  21. E AttributeError: 'Package' object has no attribute 'pylint_config'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement