-
Notifications
You must be signed in to change notification settings - Fork 125
TST: add mocked job_id for google-cloud-bigquery 0.29 #169
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
Conversation
Closes GH#168.
I'm not sure how this could cause |
I think the remaining failure is a regression of conda/conda#5483 in how Conda handles namespace packages. |
Sigh. Conda builds are still failing. I've tried removing everything that could be a bad interaction with conda and pip, but still no luck. I think it really could be a regression in conda. To check that, I think the next step is to change
to a pinned version. If that fixes it, we should file a bug against conda. |
I have no idea what's going on. Maybe there is something subtle about one of the newer versions of |
|
Whew, pinning I filed conda-forge/google-cloud-bigquery-feedstock#10 to track it, but not sure when I can get to it to investigate further. |
Thanks a lot @tswast ! |
Closes #168.