Submitter | Augie Fackler |
---|---|
Date | Aug. 24, 2017, 2:33 p.m. |
Message ID | <ee1f4dd1c3a53cd08e53.1503585202@imladris.local> |
Download | mbox | patch |
Permalink | /patch/23293/ |
State | Accepted |
Headers | show |
Comments
On Thu, 24 Aug 2017 10:33:22 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler <raf@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 Queued these, thanks.
Patch
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 \