tests: blacklist some more entries in module import checks
authorAugie Fackler <raf@durin42.com>
Tue, 22 Aug 2017 14:15:16 -0400
changeset 33914 a0aeb096bb12
parent 33913 5cd6d4826f9f
child 33915 2d64b2f1787b
tests: blacklist some more entries in module import checks
tests/test-check-module-imports.t
--- a/tests/test-check-module-imports.t	Thu Aug 24 09:23:06 2017 +0200
+++ b/tests/test-check-module-imports.t	Tue Aug 22 14:15:16 2017 -0400
@@ -16,7 +16,10 @@
 
   $ 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 \