Advertisement
Guest User

Untitled

a guest
Oct 27th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.13 KB | None | 0 0
  1. _______________________ test_warning_for_legacy_fixture ________________________
  2. /tmp/guix-build-python-pytest-asyncio-0.17.2.drv-0/source/tests/modes/test_legacy_mode.py:82: in test_warning_for_legacy_fixture
  3. assert result.parseoutcomes()["warnings"] == 2
  4. /gnu/store/wxb3j2vazblsxnxnaqbnfdz2l10i7mcx-python-pytest-5.4.3/lib/python3.9/site-packages/_pytest/pytester.py:446: in parseoutcomes
  5. raise ValueError("Pytest terminal summary report not found")
  6. E ValueError: Pytest terminal summary report not found
  7. ----------------------------- Captured stderr call -----------------------------
  8. INTERNALERROR> Traceback (most recent call last):
  9. INTERNALERROR> File "/gnu/store/wxb3j2vazblsxnxnaqbnfdz2l10i7mcx-python-pytest-5.4.3/lib/python3.9/site-packages/_pytest/main.py", line 187, in wrap_session
  10. INTERNALERROR> config._do_configure()
  11. INTERNALERROR> File "/gnu/store/wxb3j2vazblsxnxnaqbnfdz2l10i7mcx-python-pytest-5.4.3/lib/python3.9/site-packages/_pytest/config/__init__.py", line 820, in _do_configure
  12. INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
  13. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/hooks.py", line 308, in call_historic
  14. INTERNALERROR> res = self._hookexec(self, self.get_hookimpls(), kwargs)
  15. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/manager.py", line 93, in _hookexec
  16. INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
  17. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/manager.py", line 84, in <lambda>
  18. INTERNALERROR> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
  19. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/callers.py", line 208, in _multicall
  20. INTERNALERROR> return outcome.get_result()
  21. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/callers.py", line 80, in get_result
  22. INTERNALERROR> raise ex[1].with_traceback(ex[2])
  23. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/callers.py", line 187, in _multicall
  24. INTERNALERROR> res = hook_impl.function(*args)
  25. INTERNALERROR> File "/gnu/store/49qjjap51jw5704458hc3c8s5yra4xfv-python-pytest-asyncio-0.17.2/lib/python3.9/site-packages/pytest_asyncio/plugin.py", line 191, in pytest_configure
  26. INTERNALERROR> config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
  27. INTERNALERROR> AttributeError: 'Config' object has no attribute 'issue_config_time_warning'
  28. ____________________ test_warning_for_legacy_method_fixture ____________________
  29. /tmp/guix-build-python-pytest-asyncio-0.17.2.drv-0/source/tests/modes/test_legacy_mode.py:111: in test_warning_for_legacy_method_fixture
  30. assert result.parseoutcomes()["warnings"] == 2
  31. /gnu/store/wxb3j2vazblsxnxnaqbnfdz2l10i7mcx-python-pytest-5.4.3/lib/python3.9/site-packages/_pytest/pytester.py:446: in parseoutcomes
  32. raise ValueError("Pytest terminal summary report not found")
  33. E ValueError: Pytest terminal summary report not found
  34. ----------------------------- Captured stderr call -----------------------------
  35. INTERNALERROR> Traceback (most recent call last):
  36. INTERNALERROR> File "/gnu/store/wxb3j2vazblsxnxnaqbnfdz2l10i7mcx-python-pytest-5.4.3/lib/python3.9/site-packages/_pytest/main.py", line 187, in wrap_session
  37. INTERNALERROR> config._do_configure()
  38. INTERNALERROR> File "/gnu/store/wxb3j2vazblsxnxnaqbnfdz2l10i7mcx-python-pytest-5.4.3/lib/python3.9/site-packages/_pytest/config/__init__.py", line 820, in _do_configure
  39. INTERNALERROR> self.hook.pytest_configure.call_historic(kwargs=dict(config=self))
  40. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/hooks.py", line 308, in call_historic
  41. INTERNALERROR> res = self._hookexec(self, self.get_hookimpls(), kwargs)
  42. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/manager.py", line 93, in _hookexec
  43. INTERNALERROR> return self._inner_hookexec(hook, methods, kwargs)
  44. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/manager.py", line 84, in <lambda>
  45. INTERNALERROR> self._inner_hookexec = lambda hook, methods, kwargs: hook.multicall(
  46. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/callers.py", line 208, in _multicall
  47. INTERNALERROR> return outcome.get_result()
  48. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/callers.py", line 80, in get_result
  49. INTERNALERROR> raise ex[1].with_traceback(ex[2])
  50. INTERNALERROR> File "/gnu/store/jl1g2qqlg9sjxrh649x8zp2ysy4fmwh5-python-pluggy-0.13.1/lib/python3.9/site-packages/pluggy/callers.py", line 187, in _multicall
  51. INTERNALERROR> res = hook_impl.function(*args)
  52. INTERNALERROR> File "/gnu/store/49qjjap51jw5704458hc3c8s5yra4xfv-python-pytest-asyncio-0.17.2/lib/python3.9/site-packages/pytest_asyncio/plugin.py", line 191, in pytest_configure
  53. INTERNALERROR> config.issue_config_time_warning(LEGACY_MODE, stacklevel=2)
  54. INTERNALERROR> AttributeError: 'Config' object has no attribute 'issue_config_time_warning'
  55. =========================== short test summary info ============================
  56. SKIPPED [1] /tmp/guix-build-python-pytest-asyncio-0.17.2.drv-0/source/tests/test_simple.py:237: Test a skip error inside asyncio
  57. XFAIL tests/test_simple.py::test_asyncio_marker_fail
  58. need a failure
  59. ========= 4 failed, 58 passed, 1 skipped, 1 xfailed, 1 error in 3.04s ==========
  60. error: in phase 'check': uncaught exception:
  61. %exception #<&invoke-error program: "pytest" arguments: ("-vv" "tests") exit-status: 1 term-signal: #f stop-signal: #f>
  62. phase `check' failed after 3.3 seconds
  63. command "pytest" "-vv" "tests" failed with status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement