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

pywbem / pywbem / test-2526
92%

Build:
DEFAULT BRANCH: master
Ran 15 Feb 2025 10:21PM 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-2526

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