You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_command fails with:
`AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?`
Upstream issue has been reported to:
CleanCut/green#299
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
test_command fails with:
`AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?`
Upstream issue has been reported to:
CleanCut/green#299
Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
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.
When running the test with an up-to-date
setuptools
(in my case 72.1.0), the testtest_command
fails with:AttributeError: 'Distribution' object has no attribute 'tests_require'. Did you mean: 'extras_require'?
It seems,
tests_require
has been removed.The text was updated successfully, but these errors were encountered: