Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace pytest-runner with pytest for testing pyp2rpm #300

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

musicinmybrain
Copy link

This does not change the spec files generated by pyp2rpm, but it gets tox working again with current setuptools releases.

The pytest-runner package has been deprecated upstream for some time, and the project is now archived:
https://github.com/pytest-dev/pytest-runner/tree/v6.0.1?tab=readme-ov-file#deprecation-notice

Additionally, the long-deprecated "setup.py test" command was removed in setuptools 72:
https://github.com/pypa/setuptools/blob/v75.8.0/NEWS.rst#v7200

See also https://fedoraproject.org/wiki/Changes/DeprecatePythonPytestRunner.

This does not change the spec files generated by pyp2rpm, but it gets
"tox" working again with current setuptools releases.

The `pytest-runner` package has been deprecated upstream for some time,
and the project is now archived:
https://github.com/pytest-dev/pytest-runner/tree/v6.0.1?tab=readme-ov-file#deprecation-notice

Additionally, the long-deprecated "setup.py test" command was removed in
setuptools 72:
https://github.com/pypa/setuptools/blob/v75.8.0/NEWS.rst#v7200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant