-
Notifications
You must be signed in to change notification settings - Fork 127
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
Test failing with coffea 2024.5.0 #1094
Comments
Full log: https://pastebin.com/YPdvMUJ6 |
The second is caused by the first one failing. It happens on my machine as well If I change |
Ok, so the second test also requires to access the internet ? If so, I will disable both and go on. |
Ah okay, makes sense then. Yes, it was an update to read these jsons over the internet using @lgray could you check why there might be pollution? If https reading fails in |
Indeed, ignoring the first one was enough. |
Describe the bug
Context: Updating
coffea
in the nixpkgs repo (NixOS/nixpkgs#307316).We are updating
uproot
at the same time (to 5.3.6).The following two tests fail in our sandbox:
The first failure makes sense, as our sandbox does not have internet access. (From my understanding, this is the only test in the coffea test suite that requires a network access).
However, I don't know if the error in the second one is expected.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The tests don't fail.
Output
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: