Mercurial > public > mercurial-scm > hg
diff tests/test-check-module-imports.t @ 33917:9ce139c9222f
tests: blacklist test-demandimport from test-check-module-imports
It just does too much weird import stuff to have a hope of passing the
checks.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 22 Aug 2017 15:16:58 -0400 |
parents | d669b1ad215f |
children | 41401f502c83 |
line wrap: on
line diff
--- a/tests/test-check-module-imports.t Tue Aug 22 15:16:09 2017 -0400 +++ b/tests/test-check-module-imports.t Tue Aug 22 15:16:58 2017 -0400 @@ -28,6 +28,7 @@ > -X tests/hypothesishelpers.py \ > -X tests/test-commit-interactive.t \ > -X tests/test-contrib-check-code.t \ + > -X tests/test-demandimport.py \ > -X tests/test-extension.t \ > -X tests/test-hghave.t \ > -X tests/test-hgweb-auth.py \