Check upstream template when linting #10
GitHub Actions / Test report
failed
Dec 4, 2024 in 1s
0 passed, 1 failed and 0 skipped
❌ test-results/node_helpers/pytest.xml
1 tests were completed in 4s with 0 passed, 1 failed and 0 skipped.
Test suite | Passed | Failed | Skipped | Time |
---|---|---|---|---|
pytest | 1❌ | 4s |
❌ pytest
node_helpers
❌
/usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
Annotations
Check failure on line 0 in test-results/node_helpers/pytest.xml
github-actions / Test report
pytest ► node_helpers ►
Failed test found in:
test-results/node_helpers/pytest.xml
Error:
/usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
Raw output
/usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
/usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/usr/lib/python3/dist-packages/_pytest/python.py:215: in pytest_collect_file
module: Module = ihook.pytest_pycollect_makemodule(
/usr/lib/python3/dist-packages/_pytest/config/compat.py:66: in fixed_hook
return hook(**kw)
/usr/lib/python3/dist-packages/pluggy/_hooks.py:501: in __call__
return self._hookexec(self.name, self._hookimpls.copy(), kwargs, firstresult)
/usr/lib/python3/dist-packages/pluggy/_manager.py:119: in _hookexec
return self._inner_hookexec(hook_name, methods, kwargs, firstresult)
/opt/ros/jazzy/lib/python3.12/site-packages/launch_testing/pytest/hooks.py:193: in pytest_pycollect_makemodule
entrypoint = find_launch_test_entrypoint(path)
/opt/ros/jazzy/lib/python3.12/site-packages/launch_testing/pytest/hooks.py:183: in find_launch_test_entrypoint
module = import_path(path, root=None)
/usr/lib/python3/dist-packages/_pytest/pathlib.py:567: in import_path
importlib.import_module(module_name)
/usr/lib/python3.12/importlib/__init__.py:90: in import_module
return _bootstrap._gcd_import(name[level:], package, level)
<frozen importlib._bootstrap>:1387: in _gcd_import
???
<frozen importlib._bootstrap>:1360: in _find_and_load
???
<frozen importlib._bootstrap>:1331: in _find_and_load_unlocked
???
<frozen importlib._bootstrap>:935: in _load_unlocked
???
<frozen importlib._bootstrap_external>:995: in exec_module
???
<frozen importlib._bootstrap>:488: in _call_with_frames_removed
???
pkgs/node_helpers/node_helpers_test/resources/__init__.py:3: in <module>
_RESOURCE_DIR = resource_path("node_helpers_test/resources")
pkgs/node_helpers/node_helpers/testing/resources/resource_paths.py:5: in resource_path
return Path(*paths).resolve(strict=True)
/usr/lib/python3.12/pathlib.py:1242: in resolve
s = self._flavour.realpath(self, strict=strict)
<frozen posixpath>:435: in realpath
???
<frozen posixpath>:470: in _joinrealpath
???
E FileNotFoundError: [Errno 2] No such file or directory: 'node_helpers_test'
Loading