Skip to content

Commit

Permalink
rm ExplicitImports (it doesn't support Julia 1.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelBadr committed Apr 16, 2024
1 parent d73dc56 commit 4f74616
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ name = "SparseIR Tests"

[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6 changes: 0 additions & 6 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,18 +1,12 @@
using SparseIR
using Test
using Aqua
using ExplicitImports

@testset verbose=true "SparseIR tests" begin
@testset verbose=true "Aqua" begin
Aqua.test_all(SparseIR; ambiguities=false, piracies=false)
end

@testset verbose=true "No implicit imports" begin
@test check_no_implicit_imports(SparseIR) === nothing
@test check_no_stale_explicit_imports(SparseIR) === nothing
end

@testset verbose=true "Actual code" begin
include("_conftest.jl")

Expand Down

0 comments on commit 4f74616

Please sign in to comment.