Skip to content

Commit d37eb91

Browse files
tests: dont capture output of build
1 parent 41eac35 commit d37eb91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

testing/test_integration.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ def test_pyproject_missing_setup_hook_works(wd: WorkDir, use_scm_version: str) -
128128
res_build = subprocess.run(
129129
[sys.executable, "-m", "build", "-nxw"],
130130
env={k: v for k, v in os.environ.items() if k != "SETUPTOOLS_SCM_DEBUG"},
131-
capture_output=True,
132-
text=True,
133131
cwd=wd.cwd,
134132
)
135133
import pprint

0 commit comments

Comments
 (0)