When running the test with an up-to-date setuptools(in my case 72.1.0), the test test_command fails with:
AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?
It seems, tests_require has been removed.
When running the test with an up-to-date
setuptools(in my case 72.1.0), the testtest_commandfails with:AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?It seems,
tests_requirehas been removed.