Skip to content

Commit ddcc2dc

Browse files
committed
dump test dependencies no longer needed
1 parent bc7aff1 commit ddcc2dc

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

Project.toml

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,7 @@ version = "0.1.0"
77
julia = "1.6"
88

99
[extras]
10-
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
11-
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
12-
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13-
MLUtils = "f1d291b0-491e-4a28-83b9-f70985020b54"
14-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
15-
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
16-
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
17-
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
18-
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
1910
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2011

2112
[targets]
22-
test = [
23-
"DataFrames",
24-
"Distributions",
25-
"LinearAlgebra",
26-
"MLUtils",
27-
"Random",
28-
"Serialization",
29-
"StableRNGs",
30-
"Statistics",
31-
"Tables",
32-
"Test",
33-
]
13+
test = ["Test",]

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ test_files = [
88
"obs.jl",
99
"accessor_functions.jl",
1010
"target_features.jl",
11-
# "patterns/regression.jl",
12-
# "patterns/static_algorithms.jl",
13-
# "patterns/ensembling.jl",
14-
# "patterns/incremental_algorithms.jl",
1511
]
1612

1713
files = isempty(ARGS) ? test_files : ARGS

0 commit comments

Comments
 (0)