Skip to content

ci: tox.ini is outdated and other related issues  #218

@simkimsia

Description

@simkimsia

Related issues:

  1. tox no longer supports whitelist_externals See Docs: whitelist_externals was replaced by allowlist_externals python-poetry/poetry#7341 for details
  2. tox cannot detect tool.poetry.dev-dependencies, so the solution adopted is to use tool.poetry.extras instead. Drawback is whenever use poetry install in the normal poetry virtual environment an extra call to poetry install --extras 'test' is required. See https://github.com/orgs/python-poetry/discussions/4307#discussioncomment-1041658 for details
  3. Recommend that tox_install.sh to be deleted, but this is not necessary for now.

This is related to #214, #215, #216.

Detected when trying to solve #212 and #213

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions