-
-
Notifications
You must be signed in to change notification settings - Fork 189
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
Temporarily pin conda-build to 2.0.* #410
Conversation
@nicoddemus , seems pinning |
That's a bummer. Well, thanks for the info though. Let's see what we can discover in the next few days. |
Note that |
What's is the failure? I am sure @msarahan would like to know; ;-)
…On Jan 5, 2017 1:45 AM, "Isuru Fernando" ***@***.***> wrote:
Note that py36 selector support is added in conda-build 2.1, so we might
want to backport that if conda-build 2.0.* is pinned
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#410 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA6BL7naGaZeouJbmDlzOO0HDNmEmq7nks5rPHVwgaJpZM4La56A>
.
|
Encountering some strange test failures particularly on Python 2.7 since `conda-build` version 2.1.0 was released. This pins the `conda-build` 2 tests to 2.0.* to avoid these issues until we can properly address them. At present, these issues seem to only occur on the CIs and are not reproducible locally.
Have added a null change commit above so the error can be inspected. Unfortunately there is not a clear traceback leading to TBH the error looked like an issue with imports between Python 2/3. The fact that it is confined to Python 2.7 makes it more strange. This suggests to me that it may not even be a Have been unable to reproduce this locally either on my Mac or Linux. In any event, I would not worry about impact to conda-forge services as they all use Python 3.5, which doesn't experience this problem. I'm not even sure this pinning should be used outside of this CI until it can actually be confirmed as a elsewhere. |
After playing around with a few PRs, it does seem to be a xref: conda/conda-build#1623 |
Would rather just install |
Encountering some strange test failures particularly on Python 2.7 since
conda-build
version 2.1.0 was released. This pins theconda-build
2 tests to 2.0.* to avoid these issues until we can properly address them. At present, these issues seem to only occur on the CIs and are not reproducible locally.