This is an archive of the discontinued Mercurial Phabricator instance.

tests: add optional output when wheel is missing
ClosedPublic

Authored by indygreg on Nov 11 2019, 10:05 PM.

Details

Summary

If the wheel package isn't installed, pip will emit a warning
on stderr complaining about that. Alternatively, we could
redirect stderr to stdout and swallow the warning. But I like
tests having visibility of warnings, as it helps keep us honest
regarding edge cases.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Nov 11 2019, 10:05 PM
pulkit accepted this revision.Nov 13 2019, 8:17 AM
This revision is now accepted and ready to land.Nov 13 2019, 8:17 AM
This revision was automatically updated to reflect the committed changes.