Migrate to pyproject.toml (#1020)

Co-authored-by: Bruno Oliveira <bruno@soliv.dev>
This commit is contained in:
Matthias Köppe
2024-02-12 06:53:46 -08:00
committed by GitHub
parent fe8c5a2012
commit 7132649eb5
3 changed files with 86 additions and 85 deletions

4
changelog/1020.trivial Normal file
View File

@@ -0,0 +1,4 @@
pytest-xdist's ``setup.py`` file is removed.
If you relied on this file, e.g. to install pytest using ``setup.py install``,
please see `Why you shouldn't invoke setup.py directly <https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html#summary>`_ for alternatives.