Mercurial > hg-stable
changeset 33932:a0aeb096bb12
tests: blacklist some more entries in module import checks
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 14:15:16 -0400 |
parents | 5cd6d4826f9f |
children | 2d64b2f1787b |
files | tests/test-check-module-imports.t |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 \