Skip to content

Commit bc1e4ea

Browse files
DilumAluthgeKristofferC
authored andcommitted
choosetests: Pkg/pkg is no longer relevant (#42890)
(cherry picked from commit 12b2ec7)
1 parent bdcc62b commit bc1e4ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/choosetests.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ function choosetests(choices = [])
9393
end
9494
end
9595

96-
explicit_pkg3 = ("Pkg" in tests) || ("Pkg/pkg" in tests)
97-
explicit_libgit2 = "LibGit2/online" in tests
96+
explicit_pkg3 = "Pkg" in tests
97+
explicit_libgit2 = "LibGit2/online" in tests
9898

9999
filtertests!(tests, "unicode", ["unicode/utf8"])
100100
filtertests!(tests, "strings", ["strings/basic", "strings/search", "strings/util",
@@ -152,7 +152,6 @@ function choosetests(choices = [])
152152
filter!(x -> (x != "stdlib" && !(x in STDLIBS)) , tests)
153153
append!(tests, new_tests)
154154
explicit_pkg3 || filter!(x -> x != "Pkg", tests)
155-
explicit_pkg3 || filter!(x -> x != "Pkg/pkg", tests)
156155
explicit_libgit2 || filter!(x -> x != "LibGit2/online", tests)
157156

158157
# Filter out tests from the test groups in the stdlibs

0 commit comments

Comments
 (0)