Skip to content

[pre-commit.ci] pre-commit autoupdate #401

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #401

GitHub Actions / JUnit Test Report failed Jan 6, 2025 in 0s

1 tests run, 0 passed, 0 skipped, 1 failed.

Annotations

Check failure on line 30 in tests/test_task.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_task.tests.test_task

collection failure
Raw output
ImportError while importing test module '/home/runner/work/luigi-tools/luigi-tools/tests/test_task.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.12.8/x64/lib/python3.12/importlib/__init__.py:90: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_task.py:30: in <module>
    from pkg_resources import get_distribution
E   ModuleNotFoundError: No module named 'pkg_resources'