name: linters run_id: commands[0] env HOME: /home/zuul-worker env LANG: en_US.UTF-8 env PATH: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/linters/bin:/home/zuul-worker/.local/bin:/home/zuul-worker/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin env PIP_DISABLE_PIP_VERSION_CHECK: 1 env PYTHONHASHSEED: 586059379 env PYTHONIOENCODING: utf-8 env TOX_ENV_DIR: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/linters env TOX_ENV_NAME: linters env TOX_WORK_DIR: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox env VIRTUAL_ENV: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/linters metadata pid: 26640 cwd: /home/zuul-worker/src/github.com/os-net-config/os-net-config allow: /home/zuul-worker/src/github.com/os-net-config/os-net-config/.tox/linters/bin/*:stestr cmd: stestr run --slowest exit_code: 100 ========================= Failures during discovery ========================= --- import errors --- Failed to import test module: os_net_config.tests.test_validator Traceback (most recent call last): File "/usr/lib64/python3.9/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib64/python3.9/unittest/loader.py", line 377, in _get_module_from_name __import__(name) File "/home/zuul-worker/src/github.com/os-net-config/os-net-config/os_net_config/tests/test_validator.py", line 480 "use_dhcp": True, IndentationError: unexpected indent ================================================================================ The above traceback was encountered during test discovery which imports all the found test modules in the specified test_path.