tests: Remove joshuto check

No longer needed since v0.9.5 was released.
This commit is contained in:
Donovan Glover 2023-07-04 18:59:18 -04:00
parent f6bef9b79b
commit 1c15106231
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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")