[PATCH 4 of 9] tests: blacklist test-demandimport from test-check-module-imports

Augie Fackler raf at durin42.com
Thu Aug 24 10:33:25 EDT 2017


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# Date 1503429418 14400
#      Tue Aug 22 15:16:58 2017 -0400
# Node ID 054834a8867e719f9decfe043ae58dfaa91a8812
# Parent  c05adc0d06b66acfbf85be5c78a14396401a8336
tests: blacklist test-demandimport from test-check-module-imports

It just does too much weird import stuff to have a hope of passing the
checks.

diff --git a/tests/test-check-module-imports.t b/tests/test-check-module-imports.t
--- a/tests/test-check-module-imports.t
+++ b/tests/test-check-module-imports.t
@@ -28,6 +28,7 @@ outputs, which should be fixed later.
   > -X tests/hypothesishelpers.py \
   > -X tests/test-commit-interactive.t \
   > -X tests/test-contrib-check-code.t \
+  > -X tests/test-demandimport.py \
   > -X tests/test-extension.t \
   > -X tests/test-hghave.t \
   > -X tests/test-hgweb-auth.py \


More information about the Mercurial-devel mailing list