Skip to content

feat: request contextualisation - core functionality #598

feat: request contextualisation - core functionality

feat: request contextualisation - core functionality #598

GitHub Actions / JUnit Test Report failed Sep 23, 2024 in 0s

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

Annotations

Check failure on line 3 in tests/unit/iql/test_iql_parser.py

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

test_iql_parser.tests.unit.iql.test_iql_parser

collection failure
Raw output
ImportError while importing test module '/home/runner/work/db-ally/db-ally/tests/unit/iql/test_iql_parser.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/importlib/__init__.py:127: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/unit/iql/test_iql_parser.py:3: in <module>
    from typing import Annotated, List, Union
E   ImportError: cannot import name 'Annotated' from 'typing' (/opt/hostedtoolcache/Python/3.8.18/x64/lib/python3.8/typing.py)