pytest-dev / pytest-flask

A set of pytest fixtures to test Flask applications

Home Page:http://pytest-flask.readthedocs.org/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Comply with PEP 517

HLFH opened this issue · comments

Is your feature request related to a problem? Please describe.
Setup.py and setup.cfg are obsolete.

Describe the solution you'd like
Comply with PEP 517 and add pyproject.toml.

Describe alternatives you've considered
None

Additional context

**/usr/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools.
  warnings.warn(
**

Hello @HLFH

The latest released version (1.3.0) is PEP 517 compatible and contains pyproject.toml. Kudos to @nicoddemus