Skip to content

Commit 9b34972

Browse files
committed
resolve bad merge
conflict resolution removed capture_output change
1 parent 9be1de5 commit 9b34972

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_chartpress.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,8 @@ def test_buildx(git_repo, capfd):
8484
tag,
8585
],
8686
check=True,
87-
capture_output=True,
8887
)
8988
stdout, stderr = capfd.readouterr()
90-
# stdout = p.stdout.decode("utf8").strip()
91-
# stderr = p.stderr.decode("utf8").strip()
9289
# echo stdout/stderr for debugging
9390
sys.stderr.write(stderr)
9491
sys.stdout.write(stdout)

0 commit comments

Comments
 (0)