Skip to content

Commit

Permalink
Explicitly ignore extension modules to work around twisted/twistedche…
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Nov 19, 2016
1 parent bf21806 commit ef83214
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis/twistedchecker-trunk-diff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,9 @@ fi
# Make sure we have trunk on the local repo.
git fetch origin +refs/heads/trunk:refs/remotes/origin/trunk

# Explicitly ignore extension modules. See: https://github.com/twisted/twistedchecker/issues/118
mkdir -p build/
twistedchecker -f parseable $target > build/twistedchecker-branch.report

echo 'NOTICE: TypeError: compile() traceback are a known'
echo 'See: https://github.com/twisted/twistedchecker/issues/118'
twistedchecker --ignore='raiser.so,portmap.so,_sendmsg.so' -f parseable "$target" > build/twistedchecker-branch.report

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

0 comments on commit ef83214

Please sign in to comment.