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

pywbem / pywbem / test-2516 / 7
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 29 Jan 2025 05:24AM UTC
Files 57
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

29 Jan 2025 04:35AM UTC coverage: 91.495%. Remained the same
test-2516.7

push

github

andy-maier
Removed twine from deps; Replaced jupyter in check_reqs

Details:

* Removed the package 'twine' from the development dependencies, because it
  is no longer needed since the package upload is performed by the 'publish'
  workflow. Along with that, removed its dependencies 'readme-renderer' and
  'pkginfo' from the dependencies, which were used only by twine.
  Along with that, removed the make target 'upload'.

  This change was triggered by a new version of twine that started using a
  ew dependent package 'id', so instead of adding that, the twine dependenncy
  was cleaned up.

* Removed the package 'jupyter' from the make target 'check_reqs'. While the
  package is still the meta-package that installs all other packages, it
  is no longer importable since its version 1.1.0, and the pip-missing-reqs
  command needs the file path, not just the package name, and without import,
  the file path cannot be determined.

  As a replacement, added the packages 'ipywidgets' and 'jupyter_console' to
  the package list to be checked. Because this now uses packages at the next
  deeper dependency level, and because pip-missing-reqs does not check
  package dependencies recursively, the following new missing dependencies
  have been discovered and added to the minimum constraints file:

    comm==0.2.2
    pytz==2019.1

  and the version of the 'pickleshare' package needed to be increased to 0.7.5
  to fix an issue with importing a class from collections.

Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>

11693 of 12780 relevant lines covered (91.49%)

0.91 hits per line

Source Files on job windows-latest,3.8,latest - test-2516.7
  • Tree
  • List 57
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • aa620212 on github
  • Prev Job for on master (#test-2503.10)
  • Next Job for on master (#test-2522.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