Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. $ pipenv install Mon Mar 18 07:42:33 2019
  2. Installing dependencies from Pipfile.lock (0b0f7c)...
  3. DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
  4. Ignoring more-itertools: markers 'python_version > "2.7"' don't match your environment
  5. 🐍 ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 31/31 — 00:00:21
  6. (.env)cypress@Luce:~/p/n/d/api:fix-beacon-block$ ls 23.8s  Mon Mar 18 07:43:00 2019
  7. Pipfile Pipfile.lock bin setup.cfg setup.py src tests
  8. (.env)cypress@Luce:~/p/n/d/api:fix-beacon-block$ pipenv run python setup.py test Mon Mar 18 07:43:01 2019
  9. running pytest
  10. running egg_info
  11. writing src/near.debugger_api.egg-info/PKG-INFO
  12. writing top-level names to src/near.debugger_api.egg-info/top_level.txt
  13. writing dependency_links to src/near.debugger_api.egg-info/dependency_links.txt
  14. reading manifest file 'src/near.debugger_api.egg-info/SOURCES.txt'
  15. writing manifest file 'src/near.debugger_api.egg-info/SOURCES.txt'
  16. running build_ext
  17. Traceback (most recent call last):
  18. File "setup.py", line 8, in <module>
  19. setup_requires=['pytest-runner'],
  20. File "/Users/cypress/.local/share/virtualenvs/api-CBQqjyRP/lib/python2.7/site-packages/setuptools/__init__.py", line 145, in setup
  21. return distutils.core.setup(**attrs)
  22. File "/usr/local/Cellar/python@2/2.7.15_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
  23. dist.run_commands()
  24. File "/usr/local/Cellar/python@2/2.7.15_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
  25. self.run_command(cmd)
  26. File "/usr/local/Cellar/python@2/2.7.15_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
  27. cmd_obj.run()
  28. File "/Users/cypress/projects/nearprotocol/debugger/api/.eggs/pytest_runner-4.4-py2.7.egg/ptr.py", line 190, in run
  29. return self.run_tests()
  30. File "/Users/cypress/projects/nearprotocol/debugger/api/.eggs/pytest_runner-4.4-py2.7.egg/ptr.py", line 201, in run_tests
  31. result_code = __import__('pytest').main()
  32. ImportError: No module named pytest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement