Skip to content

Commit b6eb987

Browse files
committed
Remove JuliaFormatter from tests
1 parent e86eb41 commit b6eb987

2 files changed

Lines changed: 0 additions & 8 deletions

File tree

DifferentiationInterface/Project.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ GPUArraysCore = "0.2"
7575
GTPSA = "1.4.0"
7676
JET = "0.9"
7777
JLArrays = "0.2.0"
78-
JuliaFormatter = "1,2"
7978
LinearAlgebra = "1"
8079
Mooncake = "0.4.147"
8180
Pkg = "1"
@@ -110,7 +109,6 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
110109
GTPSA = "b27dd330-f138-47c5-815b-40db9dd9b6e8"
111110
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
112111
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
113-
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
114112
Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6"
115113
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
116114
PolyesterForwardDiff = "98d1487c-24ca-40b6-b7ab-df2af84e126b"
@@ -136,7 +134,6 @@ test = [
136134
"ExplicitImports",
137135
"JET",
138136
"JLArrays",
139-
"JuliaFormatter",
140137
"Pkg",
141138
"Random",
142139
"SparseArrays",

DifferentiationInterface/test/Core/Internals/_formalities.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ using Aqua: Aqua
44
using DifferentiationInterface
55
using ExplicitImports
66
using JET: JET
7-
using JuliaFormatter: JuliaFormatter
87
using Test
98
using SparseMatrixColorings
109
using SparseArrays
@@ -17,10 +16,6 @@ end
1716
JET.test_package(DifferentiationInterface; target_defined_modules=true)
1817
end
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))

0 commit comments

Comments
 (0)