-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TestDepends.testRequire regression in 41.6.0 (py3) #1896
Comments
In 41.5.1 all tests pass. |
We have the same problem when trying to update to the new release in Fedora. |
I have checked that Old, 41.5.1:
New, 41.6.0:
Yet the test passes on 41.5.1 and fails on 41.6.0. |
looks like this part is buggy: https://github.com/pypa/setuptools/blob/master/setuptools/_imp.py#L22-L24
but And documentation says:
and even worse |
Thank you for this report. I stumbled on this issue today when I tried to remove the |
For the record, the solution from #1905 works for me and we're (Gentoo) carrying it for a few releases now. |
It's somewhat surprising to me that no users complained about this regression. Apparently the test suite is guaranteeing behavior that no one uses. |
…hich masks the error reported in #1896.
- https://setuptools.readthedocs.io/en/latest/history.html#v41-6-0 - Disabled a failing upstream test: pypa/setuptools#1896
- https://setuptools.readthedocs.io/en/latest/history.html#v41-6-0 - Disabled a failing upstream test: pypa/setuptools#1896
While trying to build the new release of setuptools, I get the following test failure:
I can reproduce it reliably with at least pypy3.6 (7.2.0) & python3.5 (3.5.7). I haven't tested other versions yet.
Full build log: dev-python:setuptools-41.6.0:20191030-083347.log
The text was updated successfully, but these errors were encountered: