Skip to content

fix: remove deprecated tests_require from setup.py#204

Open
AmSach wants to merge 1 commit into
pytest-dev:masterfrom
AmSach:fix/remove-deprecated-tests-require
Open

fix: remove deprecated tests_require from setup.py#204
AmSach wants to merge 1 commit into
pytest-dev:masterfrom
AmSach:fix/remove-deprecated-tests-require

Conversation

@AmSach
Copy link
Copy Markdown

@AmSach AmSach commented May 15, 2026

Fixed the bug described in issue #198. The tests_require parameter in setuptools has been deprecated and removed — it now produces a warning when running pip install -v .. Since tests_require was already an empty list anyway, this fix removes it entirely from setup.py along with its reference in extras_require. This eliminates the deprecation warning without any functional change.

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