Skip to content

Commit

Permalink
tests: dont capture output of build
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Oct 2, 2023
1 parent 41eac35 commit d37eb91
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testing/test_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ def test_pyproject_missing_setup_hook_works(wd: WorkDir, use_scm_version: str) -
res_build = subprocess.run(
[sys.executable, "-m", "build", "-nxw"],
env={k: v for k, v in os.environ.items() if k != "SETUPTOOLS_SCM_DEBUG"},
capture_output=True,
text=True,
cwd=wd.cwd,
)
import pprint
Expand Down

0 comments on commit d37eb91

Please sign in to comment.