# HG changeset patch # User Augie Fackler # Date 1503425716 14400 # Node ID a0aeb096bb12f55ead9f358e503460021b1bbde7 # Parent 5cd6d4826f9f7ac92a4f39dfb3549437804fff95 tests: blacklist some more entries in module import checks diff -r 5cd6d4826f9f -r a0aeb096bb12 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 \