( )⚙ D9987 tests: fix differing output between py2 and py3

This is an archive of the discontinued Mercurial Phabricator instance.

tests: fix differing output between py2 and py3
ClosedPublic

Authored by Alphare on Feb 12 2021, 6:57 AM.

Details

Summary

db9e33beb0fb broke the tests because of the difference in bytestring repr
between py2 and py3. Rather than backout that change for so little, I figured
I'd fix it myself.
Hopefully Python 2 supports gets dropped very soon.

Diff Detail

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

Event Timeline

Alphare created this revision.Feb 12 2021, 6:57 AM
SimonSapin accepted this revision.Feb 12 2021, 8:37 AM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.