• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dpkp / kafka-python / 1889 / 1
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 24 Oct 2018 09:51PM UTC
Files 93
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Oct 2018 08:16PM UTC coverage: 81.835%. First build
KAFKA_VERSION=0.8.2.2

api

travis-ci

jeffwidman
Prevent `pylint` import errors on `six.moves`

`six.moves` is a dynamically-created namespace that doesn't actually
exist and therefore `pylint` can't statically analyze it.

By default, `pylint` is smart enough to realize that and ignore the
import errors.

However, because we vendor it, the location changes to
`kafka.vendor.six.moves` so `pylint` doesn't realize it should be
ignored.

So this explicitly ignores it.

`pylint` documentation of this feature:
http://pylint.pycqa.org/en/1.9/technical_reference/features.html?highlight=ignored-modules#id34

More background:
* https://github.com/PyCQA/pylint/issues/1640
* https://github.com/PyCQA/pylint/issues/223

7330 of 8957 relevant lines covered (81.84%)

0.82 hits per line

Source Files on job 1889.1 (KAFKA_VERSION=0.8.2.2)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1804
  • Travis Job 1889.1
  • 6380c1db on github
  • Next Job for KAFKA_VERSION=0.8.2.2 on master (#2004.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc