re-enable pythran on windows; test skip hyghiene#201
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
This reverts commit 056c8a5.
1ed066c to
f9c8875
Compare
|
@conda-forge/pythran |
|
OK, so it's not related to the old toolchain. Upon further inspection, the error is: which I've tried to format below: |
|
See #198 (comment) |
Thanks. I saw that comment of course, but I'm unfortunately also in the camp of "[...] for a reason we can't figure out". |
|
Right. Then the above error messages you posted are not relevant. It's just that cl.exe is used instead of clang-cl.exe. |
54d4d25 to
bb716f9
Compare
|
@conda-forge/scipy @rgommers @tylerjereddy This fixes windows+pythran (backporting scipy/scipy#15531) and cleans up the test skips such that we should be able to expect green CI essentially all the time (e.g. enabling automerge & avoiding restarts). Backporting scipy/scipy#15532 isn't strictly necessary, but I thought it more elegant than skipping I'm happy to wait a bit longer so that the upstream PRs have time to receive some feedback, but IMO this would be good to go. |
|
thanks! |
rgommers
left a comment
There was a problem hiding this comment.
This seems good to me, and I just merged the upstream fix.
I'm not 100% sure if there's any conda-forge policy on not doing such a rebuild of 1.8.0,
so I'll let someone else merge this. +1 from me though.
It just gets an incremented build number. :) |
Had been disabled to unblock release of 1.8.0
Closes #196