Skip to content

Commit 6665753

Browse files
committed
Explicitly ignore extension modules to work around twisted/twistedchecker#118.
1 parent dc0f651 commit 6665753

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis/twistedchecker-trunk-diff.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,9 @@ fi
2727
# Make sure we have trunk on the local repo.
2828
git fetch origin +refs/heads/trunk:refs/remotes/origin/trunk
2929

30+
# Explicitly ignore extension modules. See: https://github.com/twisted/twistedchecker/issues/118
3031
mkdir -p build/
31-
twistedchecker -f parseable $target > build/twistedchecker-branch.report
32-
33-
echo 'NOTICE: TypeError: compile() traceback are a known'
34-
echo 'See: https://github.com/twisted/twistedchecker/issues/118'
32+
twistedchecker --ignore='raiser.so,portmap.so,_sendmsg.so' -f parseable "$target" > build/twistedchecker-branch.report
3533

3634
# Make sure repo is producing the diff with prefix so that the output of
3735
# `git diff` can be parsed by diff_cover.

0 commit comments

Comments
 (0)