Advertisement
cooperlees

Untitled

Sep 14th, 2018
431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 3.01 KB | None | 0 0
  1. cooper-mbp:python cooper$ /tmp/test_ble_py2/bin/python setup.py test
  2. running test
  3. running egg_info
  4. writing requirements to pc_ble_driver_py.egg-info/requires.txt
  5. writing pc_ble_driver_py.egg-info/PKG-INFO
  6. writing top-level names to pc_ble_driver_py.egg-info/top_level.txt
  7. writing dependency_links to pc_ble_driver_py.egg-info/dependency_links.txt
  8. reading manifest file 'pc_ble_driver_py.egg-info/SOURCES.txt'
  9. reading manifest template 'MANIFEST.in'
  10. writing manifest file 'pc_ble_driver_py.egg-info/SOURCES.txt'
  11. running build_ext
  12. Traceback (most recent call last):
  13.   File "setup.py", line 84, in <module>
  14.     test_suite="pc_ble_driver_py.test.ble_driver_test",
  15.   File "/tmp/test_ble_py2/lib/python2.7/site-packages/setuptools/__init__.py", line 140, in setup
  16.     return distutils.core.setup(**attrs)
  17.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 151, in setup
  18.     dist.run_commands()
  19.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
  20.     self.run_command(cmd)
  21.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
  22.     cmd_obj.run()
  23.   File "/tmp/test_ble_py2/lib/python2.7/site-packages/setuptools/command/test.py", line 228, in run
  24.     self.run_tests()
  25.   File "/tmp/test_ble_py2/lib/python2.7/site-packages/setuptools/command/test.py", line 250, in run_tests
  26.     exit=False,
  27.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py", line 94, in __init__
  28.     self.parseArgs(argv)
  29.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py", line 149, in parseArgs
  30.     self.createTests()
  31.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/main.py", line 158, in createTests
  32.     self.module)
  33.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 130, in loadTestsFromNames
  34.     suites = [self.loadTestsFromName(name, module) for name in names]
  35.   File "/usr/local/Cellar/python@2/2.7.15_1/Frameworks/Python.framework/Versions/2.7/lib/python2.7/unittest/loader.py", line 91, in loadTestsFromName
  36.     module = __import__('.'.join(parts_copy))
  37.   File "/Users/cooper/repos/pc-ble-driver-py/python/pc_ble_driver_py/test/ble_driver_test.py", line 6, in <module>
  38.     from pc_ble_driver_py.ble_driver import Flasher
  39.   File "/Users/cooper/repos/pc-ble-driver-py/python/pc_ble_driver_py/ble_driver.py", line 64, in <module>
  40.     nrf_sd_ble_api_ver = config.sd_api_ver_get()
  41.   File "/Users/cooper/repos/pc-ble-driver-py/python/pc_ble_driver_py/config.py", line 49, in sd_api_ver_get
  42.     raise RuntimeError('Connectivity IC identifier __conn_ic_id__ is not set')
  43. RuntimeError: Connectivity IC identifier __conn_ic_id__ is not set
  44. cooper-mbp:python cooper$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement