Skip to content

Commit

Permalink
remove Git dependency in tests (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
hyrodium authored Feb 17, 2025
1 parent 5ded63f commit 0f0e25a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ DataFrames = "1"
Downloads = "1"
FileIO = "1"
GeometryBasics = "0.5"
Git = "1"
LinearAlgebra = "1"
MeshIO = "0.5"
ProgressMeter = "1"
Expand All @@ -36,9 +35,8 @@ julia = "1.6"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Git = "d7ba0133-e1db-5d97-8f8c-041e4b3a1eb2"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "Test", "Downloads", "Git", "Rotations"]
test = ["Aqua", "Test", "Downloads", "Rotations"]
1 change: 0 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ using AsteroidThermoPhysicalModels
using Test
using Aqua
using SPICE
using Git
using Downloads
using Statistics
using LinearAlgebra
Expand Down

0 comments on commit 0f0e25a

Please sign in to comment.