Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.20 KB | None | 0 0
  1. gsilvapt at machina in [~/Documents/snapcraft]  on git:update_version_command ✗  36f62b84 "dotnet plugin: new plugin (#1574)"
  2. 18:52:31 › ./runtests.sh snapcraft/tests/commands
  3. Not recognized option, should be one of all, static, unit, integration, store, plugins, snapd, snaps or spread
  4.  
  5. gsilvapt at machina in [~/Documents/snapcraft]  on git:update_version_command ✗  36f62b84 "dotnet plugin: new plugin (#1574)"
  6. 18:55:19 › ./runtests.sh snapcraft/tests/unit    
  7. Not recognized option, should be one of all, static, unit, integration, store, plugins, snapd, snaps or spread
  8.  
  9. gsilvapt at machina in [~/Documents/snapcraft]  on git:update_version_command ✗  36f62b84 "dotnet plugin: new plugin (#1574)"
  10. 18:55:29 › ./runtests.sh unit                
  11. snapcraft.tests (unittest.loader._FailedTest) ... ERROR
  12.  
  13. ======================================================================
  14. ERROR: snapcraft.tests (unittest.loader._FailedTest)
  15. ----------------------------------------------------------------------
  16. ImportError: Failed to import test module: snapcraft.tests
  17. Traceback (most recent call last):
  18.   File "/usr/lib/python3.5/unittest/loader.py", line 462, in _find_test_path
  19.     package = self._get_module_from_name(name)
  20.   File "/usr/lib/python3.5/unittest/loader.py", line 369, in _get_module_from_name
  21.     __import__(name)
  22.   File "/home/gsilvapt/Documents/snapcraft/snapcraft/tests/__init__.py", line 31, in <module>
  23.     from snapcraft.tests import fake_servers, fixture_setup
  24.   File "/home/gsilvapt/Documents/snapcraft/snapcraft/tests/fixture_setup.py", line 41, in <module>
  25.     from snapcraft.tests.fake_servers import (
  26.   File "/home/gsilvapt/Documents/snapcraft/snapcraft/tests/fake_servers/api.py", line 23, in <module>
  27.     from pyramid import response
  28.   File "/usr/local/lib/python3.5/dist-packages/pyramid/response.py", line 11, in <module>
  29.     from pyramid.interfaces import IResponse, IResponseFactory
  30.   File "/usr/local/lib/python3.5/dist-packages/pyramid/interfaces.py", line 1, in <module>
  31.     from zope.deprecation import deprecated
  32. ImportError: No module named 'zope.deprecation'
  33.  
  34.  
  35. ----------------------------------------------------------------------
  36. Ran 1 test in 0.000s
  37.  
  38. FAILED (errors=1)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement