python-ssdeep icon indicating copy to clipboard operation
python-ssdeep copied to clipboard

Remove pytest-runner from setup_requires

Open musicinmybrain opened this issue 9 months ago • 2 comments

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.

musicinmybrain avatar Feb 28 '25 13:02 musicinmybrain

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

welcome[bot] avatar Feb 28 '25 13:02 welcome[bot]

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

musicinmybrain avatar Feb 28 '25 13:02 musicinmybrain