avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

rfc: Migrate most configs from setup.py to pyproject.toml #5962

Open PaulYuuu opened 2 weeks ago

PaulYuuu commented 2 weeks ago

Call python setup.py directly is deprecated, to modernize this project, let's introduce pyproject.toml, it supports more features. For compatibility with the past, keep setup.py in present.

Signed-off-by: Yihuang Yu yihyu@redhat.com