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

pywbem / pywbem / test-1838
92%

Build:
DEFAULT BRANCH: master
Ran 14 Oct 2023 10:19PM UTC
Jobs 0
Files 0
Run time –
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

pending completion
test-1838

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
Source Files on build test-1838
Detailed source file information is not available for this build.
  • Back to Repo
  • 9cf88582 on github
  • Prev Build on master (#TEST-1829)
  • Next Build on master (#TEST-1842)
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