Advertisement
Guest User

Untitled

a guest
Jun 11th, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. ==> Starting build()...
  2. running build
  3. running build_py
  4. creating build
  5. creating build/lib
  6. copying responses.py -> build/lib
  7. running egg_info
  8. creating responses.egg-info
  9. writing requirements to responses.egg-info/requires.txt
  10. writing responses.egg-info/PKG-INFO
  11. writing top-level names to responses.egg-info/top_level.txt
  12. writing dependency_links to responses.egg-info/dependency_links.txt
  13. writing manifest file 'responses.egg-info/SOURCES.txt'
  14. reading manifest file 'responses.egg-info/SOURCES.txt'
  15. reading manifest template 'MANIFEST.in'
  16. warning: no previously-included files matching '*~' found anywhere in distribution
  17. writing manifest file 'responses.egg-info/SOURCES.txt'
  18. ==> Starting check()...
  19. running pytest
  20. running egg_info
  21. writing requirements to responses.egg-info/requires.txt
  22. writing responses.egg-info/PKG-INFO
  23. writing top-level names to responses.egg-info/top_level.txt
  24. writing dependency_links to responses.egg-info/dependency_links.txt
  25. reading manifest file 'responses.egg-info/SOURCES.txt'
  26. reading manifest template 'MANIFEST.in'
  27. warning: no previously-included files matching '*~' found anywhere in distribution
  28. writing manifest file 'responses.egg-info/SOURCES.txt'
  29. running build_ext
  30. ======================================================== test session starts =========================================================
  31. platform linux2 -- Python 2.7.18, pytest-4.6.11, py-1.8.1, pluggy-0.13.1
  32. rootdir: /home/mysun/.cache/pikaur/build/python2-responses/src/responses-0.10.14, inifile: setup.cfg
  33. plugins: mock-2.0.0, celery-4.3.0, case-1.5.3, backports.unittest-mock-1.2.1, hypothesis-4.54.2, twisted-1.12, localserver-0.5.0, cov-2.9.0
  34. collected 63 items
  35.  
  36. test_responses.py ......................................s......................F. [100%]
  37.  
  38. ============================================================== FAILURES ==============================================================
  39. _____________________________________________________ test_cookies_from_headers ______________________________________________________
  40. test_responses.py:1119: in test_cookies_from_headers
  41. cookiejar = responses._cookies_from_headers(headers)
  42. responses.py:122: in _cookies_from_headers
  43. resp_cookie.load(headers["set-cookie"])
  44. /usr/lib/python2.7/Cookie.py:643: in load
  45. for k, v in rawdata.items():
  46. E AttributeError: 'unicode' object has no attribute 'items'
  47. ========================================================== warnings summary ==========================================================
  48. /usr/lib/python2.7/site-packages/_pytest/config/__init__.py:886
  49. /usr/lib/python2.7/site-packages/_pytest/config/__init__.py:886: PytestAssertRewriteWarning: Module already imported so cannot be rewritten: backports
  50. self._mark_plugins_for_rewrite(hook)
  51.  
  52. -- Docs: https://docs.pytest.org/en/latest/warnings.html
  53. ===================================== 1 failed, 61 passed, 1 skipped, 1 warnings in 1.43 seconds =====================================
  54. ==> ERROR: A failure occurred in check().
  55. Aborting...
  56.  
  57. Command 'makepkg --force' failed to execute.
  58. :: Try recovering?
  59. [R] retry build
  60. [p] PGP check skip
  61. [c] checksums skip
  62. [i] ignore architecture
  63. [d] delete build dir and try again
  64. [e] edit PKGBUILD
  65. ------------------------
  66. [s] skip building this package
  67. [a] abort building all the packages
  68. >
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement