Skip to content

Refactor dev_deps from a property to a get_dev_deps method #319

@nathanjmcdougall

Description

@nathanjmcdougall

Motivation
Each tool has development dependencies, but in reality, they are dependent on the wider project - for example if we are using test coverage then pytest has "pytest-cov". We can hide this complexity out of the usethis/_core/tool.py module by putting it directly into the dev_deps property.

Summary of desired enhancement
Refactor dev_deps from a property to a get_dev_deps method.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions