Advertisement
tab1tha

pytest and nosetest failing

Mar 25th, 2019
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. (nuitka-venv) tab1tha@tab1tha-Lenovo-G50-80:~/virtualnuitka$ nosetests -v rsaUsing.py
  2. Failure: ImportError (No module named rsa) ... ERROR
  3.  
  4. ======================================================================
  5. ERROR: Failure: ImportError (No module named rsa)
  6. ----------------------------------------------------------------------
  7. Traceback (most recent call last):
  8. File "/usr/lib/python2.7/dist-packages/nose/loader.py", line 418, in loadTestsFromName
  9. addr.filename, addr.module)
  10. File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 47, in importFromPath
  11. return self.importFromDir(dir_path, fqname)
  12. File "/usr/lib/python2.7/dist-packages/nose/importer.py", line 94, in importFromDir
  13. mod = load_module(part_fqname, fh, filename, desc)
  14. File "/home/tab1tha/virtualnuitka/rsaUsing.py", line 1, in <module>
  15. import rsa
  16. ImportError: No module named rsa
  17.  
  18. ----------------------------------------------------------------------
  19. Ran 1 test in 0.001s
  20.  
  21. FAILED (errors=1)
  22. (nuitka-venv) tab1tha@tab1tha-Lenovo-G50-80:~/virtualnuitka$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement