Skip to content
Snippets Groups Projects
Commit d5357238eda9 authored by Gregory Szorc's avatar Gregory Szorc
Browse files

tests: conditionalize test output on Python 3.7

Python 3.7 changed behavior of urllib.parse.quote() from RFC 2396
to RFC 3986 and ~ is now in the set of reserved characters and
isn't escaped.

We conditioanlize test output accordingly.

Differential Revision: https://phab.mercurial-scm.org/D5717
parent 1a6a01a21d6a
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment