Commit c5c6bf2
authored
Remove
`Pkg` is already present in the main environment and this causes a warning when
running the tests in Julia v1.8:
```
(jl_H7V8sZ) pkg> test MPI
Testing MPI
┌ Warning: Could not use exact versions of packages in manifest, re-resolving
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:1497
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Dependency graph not a DAG, linearizing anyway
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:840
┌ Warning: Could not use exact versions of packages in manifest, re-resolving
└ @ Pkg.Operations ~/repo/julia/usr/share/julia/stdlib/v1.8/Pkg/src/Operations.jl:1497
```Pkg from test environment (#480)1 parent 139ba2d commit c5c6bf2
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | | - | |
| 30 | + | |
0 commit comments