Advertisement
Guest User

Untitled

a guest
Sep 25th, 2021
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1.  
  2. arigo@gcc2-power8:LE:~/br/otherrepo/rpython/jit/backend/test$ python ../../../../pytest.py test_zll_stress_*.py -xv
  3. Traceback (most recent call last):
  4. File "../../../../pytest.py", line 33, in <module>
  5. raise SystemExit(pytest.main())
  6. File "/home/arigo/br/otherrepo/_pytest/config.py", line 39, in main
  7. config = _prepareconfig(args, plugins)
  8. File "/home/arigo/br/otherrepo/_pytest/config.py", line 118, in _prepareconfig
  9. pluginmanager=pluginmanager, args=args)
  10. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 724, in __call__
  11. return self._hookexec(self, self._nonwrappers + self._wrappers, kwargs)
  12. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 338, in _hookexec
  13. return self._inner_hookexec(hook, methods, kwargs)
  14. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 333, in <lambda>
  15. _MultiCall(methods, kwargs, hook.spec_opts).execute()
  16. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 595, in execute
  17. return _wrapped_call(hook_impl.function(*args), self.execute)
  18. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 249, in _wrapped_call
  19. wrap_controller.send(call_outcome)
  20. File "/home/arigo/br/otherrepo/_pytest/helpconfig.py", line 28, in pytest_cmdline_parse
  21. config = outcome.get_result()
  22. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 279, in get_result
  23. _reraise(*ex) # noqa
  24. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 264, in __init__
  25. self.result = func()
  26. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 596, in execute
  27. res = hook_impl.function(*args)
  28. File "/home/arigo/br/otherrepo/_pytest/config.py", line 861, in pytest_cmdline_parse
  29. self.parse(args)
  30. File "/home/arigo/br/otherrepo/_pytest/config.py", line 966, in parse
  31. self._preparse(args, addopts=addopts)
  32. File "/home/arigo/br/otherrepo/_pytest/config.py", line 927, in _preparse
  33. self.pluginmanager.load_setuptools_entrypoints("pytest11")
  34. File "/home/arigo/br/otherrepo/_pytest/vendored_packages/pluggy.py", line 495, in load_setuptools_entrypoints
  35. from pkg_resources import iter_entry_points, DistributionNotFound
  36. File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 72, in <module>
  37. import packaging.requirements
  38. File "/usr/lib/python2.7/site-packages/packaging/requirements.py", line 59, in <module>
  39. MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker")
  40. TypeError: __call__() takes exactly 2 arguments (1 given)
  41.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement