Skip to content

Commit 47986b9

Browse files
authored
Merge pull request #188 from Da-Be-Ru/fix/testenv
Move test environment to [extras]
2 parents 0479a61 + c59c089 commit 47986b9

File tree

4 files changed

+90
-54
lines changed

4 files changed

+90
-54
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: no-commit-to-branch
1313
args: [--branch,master]
1414
- repo: https://github.com/gitleaks/gitleaks
15-
rev: v8.23.2
15+
rev: v8.24.2
1616
hooks:
1717
- id: gitleaks
1818
- repo: https://github.com/fredrikekre/runic-pre-commit

Project.toml

Lines changed: 88 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,30 +35,116 @@ ExtendableFEMBase = "12fb9182-3d4c-4424-8fd1-727a0899810c"
3535
[extensions]
3636
VoronoiFVMExtendableFEMBaseExt = "ExtendableFEMBase"
3737

38+
[extras]
39+
AMGCLWrap = "4f76b812-4ba5-496d-b042-d70715554288"
40+
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"
41+
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
42+
Catalyst = "479239e8-5488-4da2-87a7-35f2df7eef83"
43+
ChunkSplitters = "ae650224-84b6-46f8-82ea-d812ca08434e"
44+
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
45+
ExampleJuggler = "3bbe58f8-ed81-4c4e-a134-03e85fcf4a1a"
46+
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
47+
ExtendableFEM = "a722555e-65e0-4074-a036-ca7ce79a4aed"
48+
ExtendableFEMBase = "12fb9182-3d4c-4424-8fd1-727a0899810c"
49+
HypertextLiteral = "ac1192a8-f4b3-4bfe-ba22-af5b92cd3ab2"
50+
ILUZero = "88f59080-6952-5380-9ea5-54057fb9a43f"
51+
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
52+
Metis = "2679e427-3c69-5b7f-982b-ece356f1e94b"
53+
OrdinaryDiffEqBDF = "6ad6398a-0878-4a85-9266-38940aa047c8"
54+
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
55+
OrdinaryDiffEqRosenbrock = "43230ef6-c299-4910-a778-202eb28ce4ce"
56+
OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
57+
OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a"
58+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
59+
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
60+
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
61+
SimplexGridFactory = "57bfcd06-606e-45d6-baf4-4ba06da0efd5"
62+
StrideArraysCore = "7792a7ef-975c-4747-a70f-980b88e8d1da"
63+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
64+
Triangulate = "f7e6ffb2-c36d-4f8f-a77e-16e897189344"
65+
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
66+
3867
[compat]
68+
AMGCLWrap = "2.1.0"
69+
AlgebraicMultigrid = "1.0.0"
70+
Aqua = "0.8.11"
3971
BandedMatrices = "0.17,1"
72+
Catalyst = "14"
73+
ChunkSplitters = "3.1.1"
4074
Colors = "0.12, 0.13"
4175
CommonSolve = "0.2"
76+
DataStructures = "0.18.22"
4277
DiffResults = "1"
4378
DocStringExtensions = "0.8,0.9"
79+
ExampleJuggler = "2"
80+
ExplicitImports = "1.11.1"
81+
ExtendableFEM = "0.9.1"
4482
ExtendableFEMBase = "0.7,0.8"
4583
ExtendableGrids = "1.11.0"
4684
ExtendableSparse = "1.6"
47-
ForwardDiff = "0.10.35"
85+
ForwardDiff = "0.10.35, 1"
4886
GridVisualize = "0.5.2,0.6.1,1"
87+
HypertextLiteral = "0.9.5"
88+
ILUZero = "0.2.0"
4989
InteractiveUtils = "1.9"
5090
JLD2 = "0.4.29, 0.5"
5191
LinearAlgebra = "1.9"
5292
LinearSolve = "2.36, 3.3"
93+
Markdown = "1"
94+
Metis = "1.5.0"
95+
OrdinaryDiffEqBDF = "1.3.0"
96+
OrdinaryDiffEqLowOrderRK = "1.2.0"
97+
OrdinaryDiffEqRosenbrock = "1.8.0"
98+
OrdinaryDiffEqSDIRK = "1.3.0"
99+
OrdinaryDiffEqTsit5 = "1.1.0"
100+
Pkg = "1"
101+
PlutoUI = "0.7.23"
53102
Printf = "1.9"
54103
Random = "1.9"
55104
RecursiveArrayTools = "2,3"
56105
RecursiveFactorization = "0.2.18"
106+
Revise = "3.7.3"
57107
SciMLBase = "2.6"
108+
SimplexGridFactory = "2.4.0"
58109
SparseArrays = "1.9"
59110
SparseDiffTools = "^1.19, 2"
60111
StaticArrays = "0.12,1"
112+
StrideArraysCore = "0.5.7"
61113
Statistics = "1.9"
62114
Symbolics = "4.2,5,6"
63-
TextWrap= "1.0.2"
115+
Test = "1"
116+
TextWrap = "1.0.2"
117+
Triangulate = "2.4.0"
118+
UUIDs = "1"
64119
julia = "1.9"
120+
121+
[targets]
122+
test = [
123+
"AMGCLWrap",
124+
"AlgebraicMultigrid",
125+
"Aqua",
126+
"Catalyst",
127+
"ChunkSplitters",
128+
"DataStructures",
129+
"ExampleJuggler",
130+
"ExplicitImports",
131+
"ExtendableFEM",
132+
"ExtendableFEMBase",
133+
"HypertextLiteral",
134+
"ILUZero",
135+
"Markdown",
136+
"Metis",
137+
"OrdinaryDiffEqBDF",
138+
"OrdinaryDiffEqLowOrderRK",
139+
"OrdinaryDiffEqRosenbrock",
140+
"OrdinaryDiffEqSDIRK",
141+
"OrdinaryDiffEqTsit5",
142+
"Pkg",
143+
"PlutoUI",
144+
"Revise",
145+
"SimplexGridFactory",
146+
"StrideArraysCore",
147+
"Test",
148+
"Triangulate",
149+
"UUIDs",
150+
]

test/Project.toml

Lines changed: 0 additions & 50 deletions
This file was deleted.

test/alltests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ notebooks = [
4949
"ode-diffusion1d.jl",
5050
"ode-wave1d.jl",
5151
"ode-nlstorage1d.jl",
52-
"ode-brusselator.jl",
52+
#"ode-brusselator.jl",
5353
"outflow.jl",
5454
"flux-reconstruction.jl",
5555
"interfaces1d.jl",

0 commit comments

Comments
 (0)