Skip to content

Commit f91b238

Browse files
committed
not JET for now
1 parent bc1d9e9 commit f91b238

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

Project.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ CFCoordinateReferenceSystemsProjExt = "Proj"
1717
[compat]
1818
Aqua = "0.8"
1919
GeoFormatTypes = "0.4"
20-
JET = "0.10, 0.11"
2120
JSON3 = "1"
2221
OrderedCollections = "1.8"
2322
Proj = "1.8"
@@ -27,9 +26,8 @@ julia = "1.10"
2726

2827
[extras]
2928
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
30-
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
3129
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
3230
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3331

3432
[targets]
35-
test = ["Aqua", "JET", "Proj", "SafeTestsets", "Test"]
33+
test = ["Aqua", "Proj", "SafeTestsets", "Test"]

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
using CFCoordinateReferenceSystems
22
using Test
33
using Aqua
4-
using JET
54
using GeoFormatTypes
65
using Proj
76
using JSON3
@@ -51,9 +50,6 @@ end
5150
# and Aqua doesn't scan extensions
5251
Aqua.test_all(CFCoordinateReferenceSystems; stale_deps=false)
5352
end
54-
@testset "Code linting (JET.jl)" begin
55-
JET.test_package(CFCoordinateReferenceSystems; target_defined_modules=true)
56-
end
5753

5854
@testset "latitude_longitude" begin
5955
cf = CFCRS.CFProjection(

0 commit comments

Comments
 (0)