Skip to content

Update sphinx requirement from ~=7.1.0 to ~=7.1.1 #62

Update sphinx requirement from ~=7.1.0 to ~=7.1.1

Update sphinx requirement from ~=7.1.0 to ~=7.1.1 #62

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / Test Results failed Jul 31, 2023 in 0s

6 errors, 60 pass in 19s

    6 files      6 suites   19s ⏱️
  66 tests   60 ✔️ 0 💤 0    6 🔥
198 runs  180 ✔️ 0 💤 0  18 🔥

Results for commit 376f53f.

Annotations

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: tests.test_palgen

build/test/linux-py311.xml [took 0s]
build/test/mac-py311.xml [took 0s]
build/test/windows-py311.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/palgen/palgen/tests/test_palgen.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/test_palgen.py:4: in <module>
    from palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/__init__.py:3: in <module>
    from .application import Palgen, check_direct_run, main, setup_logger
.tox/linux-py311/lib/python3.11/site-packages/palgen/application/__init__.py:2: in <module>
    from ..palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/palgen.py:6: in <module>
    import toml
E   ModuleNotFoundError: No module named 'toml'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: tests.application.test_cli

build/test/linux-py311.xml [took 0s]
build/test/mac-py311.xml [took 0s]
build/test/windows-py311.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/palgen/palgen/tests/application/test_cli.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/application/test_cli.py:7: in <module>
    from palgen.application.util import pydantic_to_click, ListParam, DictParam
.tox/linux-py311/lib/python3.11/site-packages/palgen/__init__.py:3: in <module>
    from .application import Palgen, check_direct_run, main, setup_logger
.tox/linux-py311/lib/python3.11/site-packages/palgen/application/__init__.py:2: in <module>
    from ..palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/palgen.py:6: in <module>
    import toml
E   ModuleNotFoundError: No module named 'toml'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: tests.ingest.test_filter

build/test/linux-py311.xml [took 0s]
build/test/mac-py311.xml [took 0s]
build/test/windows-py311.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/palgen/palgen/tests/ingest/test_filter.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/ingest/test_filter.py:3: in <module>
    from palgen.ingest.filter import Filter, Pattern
.tox/linux-py311/lib/python3.11/site-packages/palgen/__init__.py:3: in <module>
    from .application import Palgen, check_direct_run, main, setup_logger
.tox/linux-py311/lib/python3.11/site-packages/palgen/application/__init__.py:2: in <module>
    from ..palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/palgen.py:6: in <module>
    import toml
E   ModuleNotFoundError: No module named 'toml'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: tests.loaders.test_ast

build/test/linux-py311.xml [took 0s]
build/test/mac-py311.xml [took 0s]
build/test/windows-py311.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/palgen/palgen/tests/loaders/test_ast.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/loaders/test_ast.py:7: in <module>
    from palgen.loaders.ast_helper import AST, get_import_name
.tox/linux-py311/lib/python3.11/site-packages/palgen/__init__.py:3: in <module>
    from .application import Palgen, check_direct_run, main, setup_logger
.tox/linux-py311/lib/python3.11/site-packages/palgen/application/__init__.py:2: in <module>
    from ..palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/palgen.py:6: in <module>
    import toml
E   ModuleNotFoundError: No module named 'toml'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: tests.machinery.test_pipeline

build/test/linux-py311.xml [took 0s]
build/test/mac-py311.xml [took 0s]
build/test/windows-py311.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/palgen/palgen/tests/machinery/test_pipeline.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/machinery/test_pipeline.py:2: in <module>
    from palgen.machinery import Pipeline
.tox/linux-py311/lib/python3.11/site-packages/palgen/__init__.py:3: in <module>
    from .application import Palgen, check_direct_run, main, setup_logger
.tox/linux-py311/lib/python3.11/site-packages/palgen/application/__init__.py:2: in <module>
    from ..palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/palgen.py:6: in <module>
    import toml
E   ModuleNotFoundError: No module named 'toml'

Check failure on line 0 in /

See this annotation in the file changed.

@github-actions github-actions / Test Results

All 3 runs with error: tests.machinery.test_template

build/test/linux-py311.xml [took 0s]
build/test/mac-py311.xml [took 0s]
build/test/windows-py311.xml [took 0s]
Raw output
collection failure
ImportError while importing test module '/home/runner/work/palgen/palgen/tests/machinery/test_template.py'.
Hint: make sure your test modules/packages have valid Python names.
Traceback:
/opt/hostedtoolcache/Python/3.11.4/x64/lib/python3.11/importlib/__init__.py:126: in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
tests/machinery/test_template.py:3: in <module>
    from palgen.machinery.template import get_caller
.tox/linux-py311/lib/python3.11/site-packages/palgen/__init__.py:3: in <module>
    from .application import Palgen, check_direct_run, main, setup_logger
.tox/linux-py311/lib/python3.11/site-packages/palgen/application/__init__.py:2: in <module>
    from ..palgen import Palgen
.tox/linux-py311/lib/python3.11/site-packages/palgen/palgen.py:6: in <module>
    import toml
E   ModuleNotFoundError: No module named 'toml'