Skip to content

Commit 9424090

Browse files
Merge pull request #1028 from SciML/ChrisRackauckas-patch-2
Simplify tests
2 parents bcd5fc0 + 50034af commit 9424090

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Project.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
101101
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
102102
PartialFunctions = "570af359-4316-4cb7-8c74-252c00c2016b"
103103
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
104-
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
105104
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
106105
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
107106
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -113,4 +112,4 @@ UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
113112
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
114113

115114
[targets]
116-
test = ["Aqua", "ForwardDiff", "MLStyle", "PartialFunctions", "Pkg", "Plots", "SafeTestsets", "Serialization", "StableRNGs", "StaticArrays", "Tables", "Test", "UnicodePlots", "Zygote"]
115+
test = ["Aqua", "ForwardDiff", "MLStyle", "PartialFunctions", "Pkg", "SafeTestsets", "Serialization", "StableRNGs", "StaticArrays", "Tables", "Test", "UnicodePlots", "Zygote"]

0 commit comments

Comments
 (0)