From 1c151062310fe421498703d0b1284631e8da9f5a Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 4 Jul 2023 18:59:18 -0400 Subject: [PATCH] tests: Remove joshuto check No longer needed since v0.9.5 was released. --- tests/main.cr | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/main.cr b/tests/main.cr index 21666ae5..bdf16ae5 100644 --- a/tests/main.cr +++ b/tests/main.cr @@ -8,12 +8,6 @@ check_top_level_imports("modules") check_top_level_imports("overlays") check_top_level_imports("specializations") -describe "./overlays/joshuto/default.nix", tags: "online" do - it "uses the latest joshuto commit" do - check_latest_commit("kamiyaa/joshuto", branch: "main") - end -end - describe "./overlays/rofi/default.nix", tags: "online" do it "uses the latest rofi-wayland commit" do check_latest_commit("lbonn/rofi", branch: "wayland")