# HG changeset patch # User Pulkit Goyal # Date 1540392874 -10800 # Node ID 67e35dceab9b92e36b1ec7c5d10d437072c6b5db # Parent 1c34b31a6c9c04a47e2779bab37c26c277ad9ef0 tests: remove lz4 as dependency while running tests One of the previous patch authored by Augie rips out the lz4 dependency and things should work without it. Now there are just 2-3 tests failing because of same change in emitrevisions() API. Differential Revision: https://phab.mercurial-scm.org/D5192 diff -r 1c34b31a6c9c -r 67e35dceab9b tests/remotefilelog-library.sh --- a/tests/remotefilelog-library.sh Wed Oct 24 17:51:49 2018 +0300 +++ b/tests/remotefilelog-library.sh Wed Oct 24 17:54:34 2018 +0300 @@ -1,5 +1,3 @@ -${PYTHON:-python} -c 'import lz4' || exit 80 - CACHEDIR=$PWD/hgcache cat >> $HGRCPATH <