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
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.
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?
The text was updated successfully, but these errors were encountered:
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 thefake_env
, but by itself it does not add any classifier. So we have a warning about classifiers without having specified any classifier?The text was updated successfully, but these errors were encountered: