-
-
Notifications
You must be signed in to change notification settings - Fork 270
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 deps not required on nightly #1144
Comments
I'm guessing the |
Also happens for build https://discourse.julialang.org/t/travis-ci-configuration-with-new-project-toml-file/23942 |
Can you elaborate on the issue? The original isolation is not working anymore? |
Probably caused by #1058 which we backported to 1.0.4 and 1.1.1 so not this bug is there too 🎉 |
Another example; https://travis-ci.org/libAtoms/ASE.jl/builds/543072251 |
I think what happens is that recursive dependencies gets put into the temporary project file but those should only be put into the manifest file. So if Test somehow ends up as a recursive dependency on the package tested, this will happen. |
Yea, I was trying to fix that, but I think the reason we add them to the project is that the resolver can only keep project-deps fixed on a version. I tried just pinning them in the manifest, but seems like it is beeing ignored. |
e.g. https://travis-ci.org/JuliaGraphs/LightGraphs.jl/builds/519328333
The text was updated successfully, but these errors were encountered: