File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ GPUArraysCore = "0.2"
7575GTPSA = " 1.4.0"
7676JET = " 0.9"
7777JLArrays = " 0.2.0"
78- JuliaFormatter = " 1,2"
7978LinearAlgebra = " 1"
8079Mooncake = " 0.4.147"
8180Pkg = " 1"
@@ -110,7 +109,6 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
110109GTPSA = " b27dd330-f138-47c5-815b-40db9dd9b6e8"
111110JET = " c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
112111JLArrays = " 27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
113- JuliaFormatter = " 98e50ef6-434e-11e9-1051-2b60c6c9e899"
114112Mooncake = " da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
115113Pkg = " 44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
116114PolyesterForwardDiff = " 98d1487c-24ca-40b6-b7ab-df2af84e126b"
@@ -136,7 +134,6 @@ test = [
136134 " ExplicitImports" ,
137135 " JET" ,
138136 " JLArrays" ,
139- " JuliaFormatter" ,
140137 " Pkg" ,
141138 " Random" ,
142139 " SparseArrays" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ using Aqua: Aqua
44using DifferentiationInterface
55using ExplicitImports
66using JET: JET
7- using JuliaFormatter: JuliaFormatter
87using Test
98using SparseMatrixColorings
109using SparseArrays
1716 JET. test_package (DifferentiationInterface; target_defined_modules= true )
1817end
1918
20- @testset " JuliaFormatter" begin
21- @test JuliaFormatter. format (DifferentiationInterface; verbose= false , overwrite= false )
22- end
23-
2419@testset " Documentation" begin
2520 if VERSION >= v " 1.11"
2621 @test isempty (Docs. undocumented_names (DifferentiationInterface))
You can’t perform that action at this time.
0 commit comments