Skip to content

tox.ini template is needlessly slow at linting with flake8 #160

@aspiers

Description

@aspiers

IIUC src/pyscaffold/templates/tox_ini.template causes tox -e flake8 to do an install even though flake8 is linting the source files directly. If I'm correct, this should be fixed by adding skip_install = True to the [testenv:flake8] section.

Also note that this should work even if [testenv] has usedevelop = True: tox-dev/tox#572

See also #161.

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