Skip to content

Pin setuptools in tox.ini for dependencies check #320

@1letter

Description

@1letter
[testenv:dependencies]
description = check if the package defines all its dependencies
skip_install = true
deps =
    build
    setuptools<82.0.0
    z3c.dependencychecker==2.14.3
commands =
    python -m build --sdist
    dependencychecker

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions