[PATCH 1 of 9] tests: blacklist some more entries in module import checks

Augie Fackler raf at durin42.com
Thu Aug 24 14:33:22 UTC 2017


# HG changeset patch
# User Augie Fackler <raf at durin42.com>
# 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 \


More information about the Mercurial-devel mailing list