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

pywbem / pywbem / test-1621 / 14
92%
master: 92%

Build:
DEFAULT BRANCH: master
Ran 28 May 2023 09:34AM UTC
Files 46
Run time 1s
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

28 May 2023 08:43AM UTC coverage: 92.246%. First build
test-1621.14

push

github

Andreas Maier
Modify use of the safety utility to use their .safety_policy_file

1. Created new .policy_safety_file in root directoyry.
2. Modifedy Makefile to use this file and ignore the list of safety issues
in the Makefile.
3. Removed the set of issues in the Makefile.
4. Reviewed the set of issues in the Makefile to confirm differences with
the .safety_policy_file.
5. This added a significant number of changes due to some the safety
issues for jupyter components where the new minimum versions affected
minimum versions of other components used by notebook.  Thus we added
several new entries with python version limitations including:

Version issue between nbconvert and jinja2, sphinx 3.5.4 depends on
Jinja2>=2.3, convert 6.5.1 depends on jinja2>=3.0

Modify MarkupSafe to make minimum version python version dependent. With
break at python 3.6

Set pyxmq minimum from 16.04.17.0.0

Because notebook 6.4.10 depends on pyxmq >=17 this moves min version of
pyzmq to 170.0

Change minimum_constraints.txt importlib-metadata

Change the line:

importlib-metadata==0.22; python_version <= '3.7'

to

use importlib-metadata version 0.23

This was causing failure with ubuntu latest python 3.7 minimum where
argcomplete required importlib-metadata 023. We did not trace the
dependencies path to see what else had changed.

Updated minimum version of future to 0.18.3 to reflect the correction of
issue # 52510 which we documented in pywbem issue #2976

Changed the defintion of python version limits so python_version ==
'2.7'  always occurs on its own line to make removeal easier in the
future.

11456 of 12419 relevant lines covered (92.25%)

0.92 hits per line

Source Files on job windows-latest,3.11,latest - test-1621.14
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 0
  • 6e6cae27 on github
  • Next Job for on master (#test-1624.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