Skip to content

tox.ini template is slow at running tests #161

Description

@aspiers

IIUC src/pyscaffold/templates/tox_ini.template causes tox to do an sdist install even though the tests are unlikely to need it. This can slow testing down a lot. If I'm correct, this should be fixed by adding usedevelop = True to the [testenv] section:

http://tox.readthedocs.io/en/latest/example/general.html#avoiding-expensive-sdist

See also #160.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions