Skip to content

Commit

Permalink
Do not require Pkg for tests
Browse files Browse the repository at this point in the history
This package doesn't seem to be used at all as far as I can tell.
  • Loading branch information
giordano authored Apr 15, 2024
1 parent 53b8ddf commit b77c5b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ julia = "1.6"

[extras]
Gtk = "4c0ca9eb-093a-5379-98c5-f87ac0bbbf44"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestImages = "5e47fb64-e119-507b-a336-dd2b206d9990"

[targets]
test = ["Gtk", "Pkg", "Test", "Plots", "TestImages"]
test = ["Gtk", "Test", "Plots", "TestImages"]

0 comments on commit b77c5b4

Please sign in to comment.