Skip to content

Conversation

musicinmybrain
Copy link

ISSUE TYPE
  • Bugfix
SUMMARY

Removes pytest-runner from setup_requires.

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

This does not affect running the tests with pytest or tox.

Fixes #57.

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

This does not affect running the tests with pytest or tox.

Fixes DinoTools#57.
Copy link

welcome bot commented Feb 28, 2025

Welcome to the community and thanks for opening your first pull request. Feel free to look for more issues to tackle at https://github.com/DinoTools/python-ssdeep/issues

@musicinmybrain
Copy link
Author

As a follow-up, I have replaced tests_require – which is specific to the old setup.py test – with a new test extra.

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.

pytest-runner
1 participant