Skip to content

Commit c57071b

Browse files
committed
thin out test deps
1 parent 44a6371 commit c57071b

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

NetworkDynamicsInspector/Project.toml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,9 @@ OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
1515
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
1616
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
1717

18-
[extras]
19-
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
20-
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
21-
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
22-
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
23-
2418
[sources]
2519
NetworkDynamics = {path = ".."}
2620

27-
[targets]
28-
test = ["Aqua", "ExplicitImports", "ModelingToolkit", "OrdinaryDiffEqTsit5"]
29-
3021
[compat]
3122
Aqua = "0.8.9"
3223
Bonito = "4.0.0"
@@ -38,7 +29,14 @@ Graphs = "1.12.0"
3829
NetworkDynamics = "0.9.13"
3930
Observables = "0.5.5"
4031
OrderedCollections = "1.8.0"
41-
OrdinaryDiffEqTsit5 = "1.1.0"
4232
SciMLBase = "2.75.1"
4333
WGLMakie = "0.11"
4434
julia = "1.10"
35+
36+
[extras]
37+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
38+
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
39+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
40+
41+
[targets]
42+
test = ["Aqua", "ExplicitImports", "Test"]

NetworkDynamicsInspector/test/runtests.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
using Test
12
using NetworkDynamics
23
using NetworkDynamicsInspector
34
using ExplicitImports

0 commit comments

Comments
 (0)