spacepaste

  1.  
  2. (venv) circleci@edfa6301f421:~/repo$ ls
  3. README.rst __init__.py __pycache__ docs env lint_report.txt nyx_library nyx_library.egg-info requirements.txt setup.py tasks.py test-reports test_reports venv
  4. (venv) circleci@edfa6301f421:~/repo$ cd nyx_library
  5. (venv) circleci@edfa6301f421:~/repo/nyx_library$ pytest
  6. =============================================================================================== test session starts ===============================================================================================platform linux -- Python 3.7.0, pytest-4.0.2, py-1.7.0, pluggy-0.8.0
  7. rootdir: /home/circleci/repo, inifile:
  8. plugins: mock-1.10.0, cov-2.6.1
  9. collected 8 items / 1 errors
  10. ===================================================================================================== ERRORS ======================================================================================================_____________________________________________________________________________ ERROR collecting nyx_library/nyx_schema_compare_test.py _____________________________________________________________________________nyx_schema_compare_test.py:1: in <module>
  11. from .nyx_schema_compare import Utilities
  12. nyx_schema_compare.py:86: in <module>
  13. class TableInfo:
  14. nyx_schema_compare.py:88: in TableInfo
  15. def __init__(self, alias_name, gateway=NyxGateway()):
  16. nyxgateway.py:19: in __init__
  17. self.create_database_path(self.db_dir)
  18. nyxgateway.py:54: in create_database_path
  19. os.mkdir(path)
  20. E FileNotFoundError: [Errno 2] No such file or directory: '/home/circleci/.config/nyx'
  21. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  22.