Skip to content

Commit 12b2ec7

Browse files
authored
choosetests: Pkg/pkg is no longer relevant (#42890)
1 parent b72d552 commit 12b2ec7

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
@@ -125,8 +125,8 @@ function choosetests(choices = [])
125125
end
126126
end
127127

128-
explicit_pkg3 = ("Pkg" in tests) || ("Pkg/pkg" in tests)
129-
explicit_libgit2 = "LibGit2/online" in tests
128+
explicit_pkg3 = "Pkg" in tests
129+
explicit_libgit2 = "LibGit2/online" in tests
130130

131131
filtertests!(tests, "unicode", ["unicode/utf8"])
132132
filtertests!(tests, "strings", ["strings/basic", "strings/search", "strings/util",
@@ -190,7 +190,6 @@ function choosetests(choices = [])
190190
filter!(x -> (x != "stdlib" && !(x in STDLIBS)) , tests)
191191
append!(tests, new_tests)
192192
explicit_pkg3 || filter!(x -> x != "Pkg", tests)
193-
explicit_pkg3 || filter!(x -> x != "Pkg/pkg", tests)
194193
explicit_libgit2 || filter!(x -> x != "LibGit2/online", tests)
195194

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

0 commit comments

Comments
 (0)