We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug when running pip install -v . in the pytest-flask project directory, setuptools produces a warning:
pip install -v .
/tmp/pip-build-env-gy9vaagi/overlay/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg)
it seems that tests_require was removed - it was deprecated for a while: https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-tests-require
test_require seems to be empty anyway, probably best to just drop it
To Reproduce Steps to reproduce the behavior:
Expected behavior no warning
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
when running
pip install -v .
in the pytest-flask project directory, setuptools produces a warning:it seems that tests_require was removed - it was deprecated for a while: https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-tests-require
test_require seems to be empty anyway, probably best to just drop it
To Reproduce
Steps to reproduce the behavior:
Expected behavior
no warning
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: