--- setuptools_scm-8.1.0/testing/test_git.py.orig +++ setuptools_scm-8.1.0/testing/test_git.py @@ -134,6 +134,7 @@ @contextlib.contextmanager def break_folder_permissions(path: Path) -> Generator[None, None, None]: """break the permissions of a folder for a while""" + pytest.skip("needs passwordless sudo") if not shutil.which("sudo"): pytest.skip("sudo executable not found") original_stat = path.stat()