Skip to content

Commit

Permalink
remove ExplicitImports.jl again
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Mar 14, 2024
1 parent d2426d8 commit fc54f63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
MPI = "da04e1cc-30fd-572f-bb4f-1f8673147195"
MPIPreferences = "3da0fdf6-3ccc-4f1b-acd9-58baa6c99267"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.7, 0.8"
ExplicitImports = "1.0.1"
MPI = "0.20"
MPIPreferences = "0.1.3"
Test = "1"
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ using Test
# everything and perform the tests.
using MPI: MPI, mpiexec
using P4est
using ExplicitImports

import MPIPreferences
@info "Testing P4est.jl with" MPIPreferences.binary MPIPreferences.abi
Expand Down
3 changes: 0 additions & 3 deletions test/test_aqua.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
module TestAqua

using Aqua
using ExplicitImports: check_no_implicit_imports, check_no_stale_explicit_imports
using Test
using P4est

@testset "Aqua.jl" begin
Aqua.test_all(P4est; unbound_args = false)
@test isnothing(check_no_implicit_imports(P4est))
@test isnothing(check_no_stale_explicit_imports(P4est; ignore = (:PointerWrapper,)))
end

end #module

0 comments on commit fc54f63

Please sign in to comment.