Skip to content

Commit

Permalink
choosetests: Pkg/pkg is no longer relevant (#42890)
Browse files Browse the repository at this point in the history
(cherry picked from commit 12b2ec7)
  • Loading branch information
DilumAluthge authored and KristofferC committed Nov 11, 2021
1 parent 362ffb5 commit 8059fb7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/choosetests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ function choosetests(choices = [])
end
end

explicit_pkg3 = ("Pkg" in tests) || ("Pkg/pkg" in tests)
explicit_libgit2 = "LibGit2/online" in tests
explicit_pkg3 = "Pkg" in tests
explicit_libgit2 = "LibGit2/online" in tests

filtertests!(tests, "unicode", ["unicode/utf8"])
filtertests!(tests, "strings", ["strings/basic", "strings/search", "strings/util",
Expand Down Expand Up @@ -151,7 +151,6 @@ function choosetests(choices = [])
filter!(x -> (x != "stdlib" && !(x in STDLIBS)) , tests)
append!(tests, new_tests)
explicit_pkg3 || filter!(x -> x != "Pkg", tests)
explicit_pkg3 || filter!(x -> x != "Pkg/pkg", tests)
explicit_libgit2 || filter!(x -> x != "LibGit2/online", tests)

# Filter out tests from the test groups in the stdlibs
Expand Down

0 comments on commit 8059fb7

Please sign in to comment.