I first noticed this behaviour when reverting the deprecations introduced in v78.0.0.
But lately we have seen PyPy failing in what seems to be unrelated issues.
Example extracted from #4931:

We can see an error in test_setupcfg.py:488 which does not really have a good explanation.
In the setuptools.tests.config.test_setupcfg:TestOptions.test_basic function, we use the fake_env, but by itself it does not add any classifier. So we have a warning about classifiers without having specified any classifier?
I first noticed this behaviour when reverting the deprecations introduced in v78.0.0.
But lately we have seen PyPy failing in what seems to be unrelated issues.
Example extracted from #4931:
We can see an error in
test_setupcfg.py:488which does not really have a good explanation.In the
setuptools.tests.config.test_setupcfg:TestOptions.test_basicfunction, we use thefake_env, but by itself it does not add any classifier. So we have a warning about classifiers without having specified any classifier?