Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Drop pytest-runner and "setup.py test" support #17

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

Merged
merged 1 commit into from
May 27, 2025

Conversation

musicinmybrain
Copy link
Contributor

Removes pytest-runner from setup_requires, and remove test_requires, which is deprecated and only useful with setup.py test. Adds a test extra for test dependencies, and switches tox.ini from setup.py test to pytest.

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

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

@hroncok hroncok merged commit 10785c3 into admesh:master May 27, 2025
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.

2 participants