Mercurial > hg
diff tests/test-parseindex2.py @ 37822:da07c781aba9 stable
tests: explicitly define compression engines for tests
The zstd compression engine requires C extensions and isn't present
in pure Python builds.
The compression engine list leaks into the server capabilities string.
Unless we're testing functionality specific to a compression format,
the set of compression formats supported by a server doesn't matter
much.
So this commit explicitly defines the server's compression engines for
some tests so behavior is consistent between pure and non-pure builds.
Differential Revision: https://phab.mercurial-scm.org/D3431
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 25 Apr 2018 14:51:20 -0700 |
parents | df448de7cf3b |
children | b4e42a9bd12e |