Skip to content

Commit 4d4f10e

Browse files
committed
Fix JET tests
1 parent e2f039d commit 4d4f10e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

test/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
1515
HiGHS = "87dc4568-4c63-4d18-b0c0-bb2238e4078b"
1616
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
1717
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
18-
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
1918
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
2019
MatrixDepot = "b51810bb-c9f3-55da-ae3c-350fc1fbce05"
2120
MiniZinc = "a7f392d2-6c35-496e-b8cc-0974fbfcbf91"

test/runtests.jl

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ include("utils.jl")
1919
else
2020
@testset verbose = true "Code quality" begin
2121
@testset "Aqua" begin
22-
Aqua.test_all(SparseMatrixColorings; stale_deps = (; ignore = [:Requires]))
22+
Aqua.test_all(SparseMatrixColorings; undocumented_names=true)
2323
end
2424
@testset "JET" begin
25-
JET.test_package(SparseMatrixColorings; target_defined_modules = true)
25+
JET.test_package(
26+
SparseMatrixColorings; target_modules=(SparseMatrixColorings,)
27+
)
2628
end
2729
# @testset "JuliaFormatter" begin
2830
# TODO: switch to Runic (temporarily deactivated)

0 commit comments

Comments
 (0)