From patchwork Thu Aug 24 14:33:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1,of,9] tests: blacklist some more entries in module import checks From: Augie Fackler X-Patchwork-Id: 23293 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Thu, 24 Aug 2017 10:33:22 -0400 # HG changeset patch # User Augie Fackler # Date 1503425716 14400 # Tue Aug 22 14:15:16 2017 -0400 # Node ID ee1f4dd1c3a53cd08e5329b80ba5d93811ab5d1c # Parent 10f1809ab98f18e7ad3284fcf5d3ec9b699c6e15 tests: blacklist some more entries in module import 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 @@ -16,7 +16,10 @@ outputs, which should be fixed later. $ testrepohg locate 'set:**.py or grep(r"^#!.*?python")' \ > 'tests/**.t' \ + > -X hgweb.cgi \ + > -X setup.py \ > -X contrib/debugshell.py \ + > -X contrib/hgweb.fcgi \ > -X contrib/python-zstandard/ \ > -X contrib/win32/hgwebdir_wsgi.py \ > -X doc/gendoc.py \