(venv) circleci@edfa6301f421:~/repo$ ls 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 (venv) circleci@edfa6301f421:~/repo$ cd nyx_library (venv) circleci@edfa6301f421:~/repo/nyx_library$ pytest =============================================================================================== test session starts ===============================================================================================platform linux -- Python 3.7.0, pytest-4.0.2, py-1.7.0, pluggy-0.8.0 rootdir: /home/circleci/repo, inifile: plugins: mock-1.10.0, cov-2.6.1 collected 8 items / 1 errors ===================================================================================================== ERRORS ======================================================================================================_____________________________________________________________________________ ERROR collecting nyx_library/nyx_schema_compare_test.py _____________________________________________________________________________nyx_schema_compare_test.py:1: in from .nyx_schema_compare import Utilities nyx_schema_compare.py:86: in class TableInfo: nyx_schema_compare.py:88: in TableInfo def __init__(self, alias_name, gateway=NyxGateway()): nyxgateway.py:19: in __init__ self.create_database_path(self.db_dir) nyxgateway.py:54: in create_database_path os.mkdir(path) E FileNotFoundError: [Errno 2] No such file or directory: '/home/circleci/.config/nyx' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 errors during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!