Skip to content

Commit

Permalink
use mode = PKGMODE_MANIFEST in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Nov 7, 2024
1 parent 1e8ed71 commit b381f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PlotsBase/test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Pkg
Pkg.status(; outdated = true)
Pkg.status(; outdated = true, mode = Pkg.PKGMODE_MANIFEST)

const TEST_PACKAGES =
let val = get(
Expand Down

0 comments on commit b381f54

Please sign in to comment.