Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tox configuration is missing test dependencies #87

@mtelka

Description

@mtelka

I found that my testing using tox fails because of missing sphinx. This is because the tox configuration in https://github.com/bagel897/pytoolconfig/blob/main/pyproject.toml does not properly list test dependencies. There is an attempt to list deps using the groups keyword:

[testenv]
groups = test, doc, global
commands = pytest

but tox does not recognise this option - see https://tox.wiki/en/stable/config.html
There are dependency_groups, extras, and deps options that should be used to list test dependencies.

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