Try fix spec failure due to broken setuptools#5546
Conversation
Spec is currently locked to numpy 0.19 which did not yet restrict setuptools version. Now it does.
|
Oh, I think I might get it. This spec is testing a project that does not resolve. So basically the |
|
That didn't work. Without I think So I guess this PR makes sense as is, since it does not seem to affect the resolution but forces a good version of setuptools to be used. |
I suspect this was fixed in #5580. @deivid-rodriguez Does that change anything that you were trying to do in this PR? |
|
I tried removing the |
Just trying to fix CI, like others 😆
This spec is currently locked to numpy 0.19 which did not yet restrict setuptools version. I tried to make sure it uses the latest numpy which does restrict it. I left requirements.txt untouched because I can't for the love of me regenerate it from the updated requirements.in, since I have no idea what I'm doing. But this change alone fixed the spec locally, so I may as well try it in CI 🤷.