Fix CI: only require dsh-plugin in the README.

THIRD_PARTY.md is license notices and does not mention GitHub topics.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Tommy
2026-08-15 22:19:36 +08:00
parent f41f9fc08f
commit 9053bbe3f8

View File

@@ -48,7 +48,7 @@ class BundledAttributionTests(unittest.TestCase):
self.assertIn("3.16.6", text) self.assertIn("3.16.6", text)
self.assertIn("ffb845c5480adc953392a6db6f8a98ede621174b", text) self.assertIn("ffb845c5480adc953392a6db6f8a98ede621174b", text)
self.assertIn("dsh-desktop-vision", text) self.assertIn("dsh-desktop-vision", text)
self.assertIn("dsh-plugin", text) self.assertIn("dsh-plugin", readme)
self.assertTrue((ROOT / "docs" / "licenses" / "modlens.LICENSE").is_file()) self.assertTrue((ROOT / "docs" / "licenses" / "modlens.LICENSE").is_file())
self.assertTrue( self.assertTrue(
(ROOT / "docs" / "licenses" / "dsh-anchored-standard.NOTICE").is_file() (ROOT / "docs" / "licenses" / "dsh-anchored-standard.NOTICE").is_file()