test: speed up CI and harden the suite

This commit is contained in:
chengyongru
2026-07-15 00:18:37 +08:00
committed by chengyongru
parent 06f47fa540
commit 2116e32013
33 changed files with 453 additions and 240 deletions
+1 -2
View File
@@ -3,9 +3,8 @@ from __future__ import annotations
import subprocess
import sys
import textwrap
from pathlib import Path
import tomllib
from pathlib import Path
def test_source_checkout_import_uses_pyproject_version_without_metadata() -> None: