Skip to content

Commit 04e1ab0

Browse files
sbidoulpradyunsg
authored andcommitted
Update test_install_package_that_emits_unicode
Adapt to the removal of the setup.py install code path.
1 parent a388655 commit 04e1ab0

File tree

1 file changed

+1
-1
lines changed
  • tests/data/packages/BrokenEmitsUTF8

1 file changed

+1
-1
lines changed

tests/data/packages/BrokenEmitsUTF8/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class FakeError(Exception):
88
pass
99

1010

11-
if sys.argv[1] == "install":
11+
if sys.argv[1] in ("install", "bdist_wheel"):
1212
if hasattr(sys.stdout, "buffer"):
1313
sys.stdout.buffer.write(
1414
"\nThis package prints out UTF-8 stuff like:\n".encode("utf-8")

0 commit comments

Comments
 (0)