Skip to content

Commit 761b840

Browse files
committed
Fix tests
1 parent ff333d8 commit 761b840

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/lib/util.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -322,10 +322,6 @@ def get_version_module(cwd: str | os.PathLike, args: list[str] | None = None, **
322322
def get_version_script(cwd: str | os.PathLike, args: list[str] | None = None, **kwargs) -> str:
323323
return execute(
324324
cwd,
325-
sys.executable,
326-
"-m",
327-
"coverage",
328-
"run",
329325
"setuptools-git-versioning",
330326
*(args or []),
331327
"-vv",

0 commit comments

Comments
 (0)