Skip to content

Commit 5f5482a

Browse files
committed
Fix: Remove DiffEqBase from test targets as well
DiffEqBase was removed from extras but still referenced in test targets, causing package resolution errors. This commit removes it from the targets section as well.
1 parent ecdec77 commit 5f5482a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Reexport = "1.2"
4747
SafeTestsets = "0.1.0"
4848

4949
[targets]
50-
test = ["DiffEqDevTools", "ODEProblemLibrary", "Random", "SafeTestsets", "Test", "DiffEqBase", "JET", "Aqua", "AllocCheck"]
50+
test = ["DiffEqDevTools", "ODEProblemLibrary", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"]
5151

5252
[sources.OrdinaryDiffEqLowOrderRK]
5353
path = "../OrdinaryDiffEqLowOrderRK"

lib/OrdinaryDiffEqExtrapolation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Reexport = "1.2"
4949
SafeTestsets = "0.1.0"
5050

5151
[targets]
52-
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "DiffEqBase", "JET", "Aqua", "AllocCheck"]
52+
test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"]
5353

5454
[sources.OrdinaryDiffEqDifferentiation]
5555
path = "../OrdinaryDiffEqDifferentiation"

0 commit comments

Comments
 (0)