Skip to content

Commit

Permalink
move test dependencies back in [extras]
Browse files Browse the repository at this point in the history
This is the 'old way', but I find it more ergonomic.
For instance if I start `julia --project` in the test dir, then Wflow is not there, and `test` doesn't work.

If you want to activate the test environment, the best way is to use `TestEnv.activate()`.
  • Loading branch information
visr authored and vers-w committed Jan 31, 2022
1 parent 2ad903a commit 6439981
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 18 deletions.
23 changes: 22 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,28 @@ NCDatasets = "0.11.7"
Parameters = "0.12"
ProgressLogging = "0.1"
StaticArrays = "0.12, 1.0"
TerminalLoggers = "0.1.5"
TOML = "1.0"
TerminalLoggers = "0.1.5"
UnPack = "1"
julia = "1.6"

[extras]
BasicModelInterface = "59605e27-edc0-445a-b93d-c09a3a50b330"
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[targets]
test = ["BasicModelInterface", "CFTime", "Dates", "DelimitedFiles", "Downloads", "Graphs", "Logging", "NCDatasets", "Polynomials", "QuadGK", "Random", "StaticArrays", "Statistics", "TOML", "Test", "UnPack"]
17 changes: 0 additions & 17 deletions test/Project.toml

This file was deleted.

0 comments on commit 6439981

Please sign in to comment.