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

pywbem / pywbem / test-1835 / 15
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2023 07:16PM UTC
Files 46
Run time 2s
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

09 Oct 2023 06:11PM UTC coverage: 92.246%. First build
test-1835.15

push

github

andy-maier
Disable cyclic-import issue.

A new issue popped up, cyclic-import with a number of warnings issued,
apparently when the new version of pylint (3.00) was released.

The following messages were produced by make pylint today:

mof_compiler:1:0: R0401: Cyclic import (pywbem._cim_obj ->
pywbem._cim_types) (cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem -> pywbem._server ->
pywbem._cim_operations -> pywbem._recorder -> pywbem._logging)
(cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem -> pywbem._mof_compiler
-> pywbem._cim_operations -> pywbem._recorder -> pywbem._logging)
(cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem -> pywbem._logging)
(cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem -> pywbem._recorder ->
pywbem._logging) (cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem -> pywbem._server ->
pywbem._cim_operations -> pywbem._logging) (cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem -> pywbem._cim_operations
-> pywbem._recorder -> pywbem._logging) (cyclic-import)
mof_compiler:1:0: R0401: Cyclic import (pywbem ->
pywbem._subscription_manager -> pywbem._server -> pywbem._cim_operations
-> pywbem._recorder -> pywbem._logging) (cyclic-import)

I do not see these as cyclic-import issues but as reimporting components
used in different modules.

In any case, I propose we disable it until we understand this better.

Fix one pylint issue in manual tests

11469 of 12433 relevant lines covered (92.25%)

0.92 hits per line

Source Files on job windows-latest,3.11,minimum - test-1835.15
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 9cf88582 on github
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