Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Migrate pytest configuration to pyproject.toml #361

Closed
johnthagen opened this issue Aug 12, 2021 · 3 comments · Fixed by #365
Closed

Migrate pytest configuration to pyproject.toml #361

johnthagen opened this issue Aug 12, 2021 · 3 comments · Fixed by #365
Labels
enhancement New feature or request

Comments

@johnthagen
Copy link
Contributor

🚀 Feature Request

Pytest supports configuration via pyproject.toml. Migrate its configuration from setup.cfg to pyproject.toml.

🔈 Motivation

pyproject.toml is becoming the standard configuration location for Python package. Doing this takes one step closer to removing the need for the setup.cfg file and simplify the overall project.

🛰 Alternatives

📎 Additional context

@johnthagen johnthagen added the enhancement New feature or request label Aug 12, 2021
@johnthagen
Copy link
Contributor Author

johnthagen commented Aug 12, 2021

When darglint supports pyproject.toml, setup.cfg could be removed entirely from this template.

@TezRomacH
Copy link
Owner

Thanks, @johnthagen that's gread. I didn't know pytest is already accept pyproject.toml. I will include this update in the next minor version

TezRomacH added a commit that referenced this issue Aug 23, 2021
Migrate pytest config to pyproject.toml #361
@TezRomacH
Copy link
Owner

Done in v1.1.0 :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants