green icon indicating copy to clipboard operation
green copied to clipboard

AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?

Open gador opened this issue 1 year ago • 1 comments

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.

gador avatar Aug 19 '24 08:08 gador

Thanks for the report. It seems we might call other deprecated methods in other places as running make test in the green repo is failing on my machine with setuptools==72.1.0.

sodul avatar Aug 19 '24 19:08 sodul