Skip to content

Cygwin tests started failing #328

@jaraco

Description

@jaraco

Sometime in the last month, the cygwin tests started failing. Error message is:

Run tox
Traceback (most recent call last):
  File "/usr/bin/tox", line 5, in <module>
    from tox.run import run
  File "/usr/lib/python3.9/site-packages/tox/__init__.py", line 3, in <module>
    from .run import main
  File "/usr/lib/python3.9/site-packages/tox/run.py", line 12, in <module>
    from tox.config.cli.parse import get_options
  File "/usr/lib/python3.9/site-packages/tox/config/cli/parse.py", line 11, in <module>
    from tox.config.source import Source, discover_source
  File "/usr/lib/python3.9/site-packages/tox/config/source/__init__.py", line 4, in <module>
    from .discover import discover_source
  File "/usr/lib/python3.9/site-packages/tox/config/source/discover.py", line 10, in <module>
    from .legacy_toml import LegacyToml
  File "/usr/lib/python3.9/site-packages/tox/config/source/legacy_toml.py", line 8, in <module>
    import tomli as tomllib
ModuleNotFoundError: No module named 'tomli'

It seems that there's a glitch in the cygwin package manager that it's not supplying this required package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions