-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Add missing test dependency on Random to Statistics #32383
Conversation
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But oddly enough not for 1.1.1.
Doesn't seem to be needed on 1.0. |
Should still probably be applied, because even if it doesn't cause an error in Pkg, Statistics is still using Random without declaring a test dependency on it. |
Strange, tests pass on 1.0.3 etc though... |
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml. (cherry picked from commit f6049d6)
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml. (cherry picked from commit f6049d6)
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml. (cherry picked from commit f6049d6)
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml. (cherry picked from commit f6049d6)
Statistics uses Random in its tests but doesn't declare it as a test dependency in its Project.toml. Because of this, Statistics fails in the PkgEval 1.2.0-rc2 run. (But oddly enough not for 1.1.1.) Backporting this should fix that.
I'm also marking it for backport to 1.0, because the issue exists there, PkgEval just doesn't seem to complain about it for 1.0.