Skip to content

Commit 1791b12

Browse files
committed
test: retire obsolete provenance requirement
1 parent 77725c1 commit 1791b12

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/tests/test_repository_contract.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def test_current_public_surface_is_boatstack_owned(self) -> None:
7979
value = path.read_text()
8080
for phrase in forbidden:
8181
self.assertNotIn(phrase, value, path)
82-
self.assertTrue((REPO / "IMPORT_PROVENANCE.json").is_file())
8382
self.assertFalse((REPO / "UPSTREAM.json").exists())
8483

8584
def test_document_links_claims_and_assets_are_valid(self) -> None:

0 commit comments

Comments
 (0)