Skip to content

Commit 5bafda8

Browse files
henryiiilayday
authored andcommitted
tests: useless .stdout detected by Ruff PR
Signed-off-by: Henry Schreiner <[email protected]>
1 parent bb434e3 commit 5bafda8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_self_packaging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def test_build_sdist(monkeypatch, tmpdir):
5656
str(tmpdir),
5757
],
5858
check=True,
59-
).stdout
59+
)
6060

6161
(sdist,) = tmpdir.visit('*.tar.gz')
6262

0 commit comments

Comments
 (0)