D5192: tests: remove lz4 as dependency while running tests

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Wed Oct 24 14:55:47 UTC 2018


pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D5192

AFFECTED FILES
  tests/remotefilelog-library.sh

CHANGE DETAILS

diff --git a/tests/remotefilelog-library.sh b/tests/remotefilelog-library.sh
--- a/tests/remotefilelog-library.sh
+++ b/tests/remotefilelog-library.sh
@@ -1,5 +1,3 @@
-${PYTHON:-python} -c 'import lz4' || exit 80
-
 CACHEDIR=$PWD/hgcache
 cat >> $HGRCPATH <<EOF
 [remotefilelog]



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list