Files
pytest2/changelog/11667.breaking.rst
Ran Benita b8118ab70d Remove setup.py
Fix #11667.
2023-12-04 22:45:59 +02:00

4 lines
269 B
ReStructuredText

pytest'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.