##// END OF EJS Templates
tests: blacklist some more entries in module import checks
Augie Fackler -
r33915:a0aeb096 default
parent child Browse files
Show More
@@ -16,7 +16,10 b' outputs, which should be fixed later.'
16
16
17 $ testrepohg locate 'set:**.py or grep(r"^#!.*?python")' \
17 $ testrepohg locate 'set:**.py or grep(r"^#!.*?python")' \
18 > 'tests/**.t' \
18 > 'tests/**.t' \
19 > -X hgweb.cgi \
20 > -X setup.py \
19 > -X contrib/debugshell.py \
21 > -X contrib/debugshell.py \
22 > -X contrib/hgweb.fcgi \
20 > -X contrib/python-zstandard/ \
23 > -X contrib/python-zstandard/ \
21 > -X contrib/win32/hgwebdir_wsgi.py \
24 > -X contrib/win32/hgwebdir_wsgi.py \
22 > -X doc/gendoc.py \
25 > -X doc/gendoc.py \
General Comments 0
You need to be logged in to leave comments. Login now