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

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
parent b56e2c13
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