From patchwork Thu Aug 24 14:33:25 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [4, of, 9] tests: blacklist test-demandimport from test-check-module-imports From: Augie Fackler X-Patchwork-Id: 23296 Message-Id: <054834a8867e719f9dec.1503585205@imladris.local> To: mercurial-devel@mercurial-scm.org Date: Thu, 24 Aug 2017 10:33:25 -0400 # HG changeset patch # User Augie Fackler # 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 \