From b77c5b4f32af0591921296ba9089049ab7f15e57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 16 Apr 2024 00:56:07 +0100 Subject: [PATCH] Do not require Pkg for tests This package doesn't seem to be used at all as far as I can tell. --- Project.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 536b139..abc15d1 100644 --- a/Project.toml +++ b/Project.toml @@ -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"]