Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2020
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. + cd /home/scx/rpmbuild/BUILD
  2. + cd odfpy-release-1.4.0
  3. + export PYTHONPATH=/home/scx/rpmbuild/BUILD/odfpy-release-1.4.0
  4. + PYTHONPATH=/home/scx/rpmbuild/BUILD/odfpy-release-1.4.0
  5. + py.test
  6. ============================================================================================================ test session starts =============================================================================================================
  7. platform linux2 -- Python 2.7.5 -- py-1.4.32 -- pytest-2.7.0
  8. rootdir: /home/scx/rpmbuild/BUILD/odfpy-release-1.4.0, inifile:
  9. collected 0 items / 1 errors
  10.  
  11. =================================================================================================================== ERRORS ===================================================================================================================
  12. __________________________________________________________________________________________________ ERROR collecting grammar/test_grammar.py __________________________________________________________________________________________________
  13. grammar/test_grammar.py:23: in <module>
  14. import grammarnew
  15. E ImportError: No module named grammarnew
  16. ========================================================================================================== 1 error in 0.75 seconds ===========================================================================================================
  17. + :
  18. + py.test-3
  19. ============================================================================================================ test session starts =============================================================================================================
  20. platform linux -- Python 3.6.8, pytest-2.9.2, py-1.4.32, pluggy-0.3.1
  21. rootdir: /home/scx/rpmbuild/BUILD/odfpy-release-1.4.0, inifile:
  22. collected 0 items / 1 errors
  23.  
  24. =================================================================================================================== ERRORS ===================================================================================================================
  25. __________________________________________________________________________________________________ ERROR collecting grammar/test_grammar.py __________________________________________________________________________________________________
  26. grammar/test_grammar.py:23: in <module>
  27. import grammarnew
  28. E ModuleNotFoundError: No module named 'grammarnew'
  29. ========================================================================================================== 1 error in 0.29 seconds ===========================================================================================================
  30. + :
  31. + exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement