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

zopefoundation / Zope / 13615201221

01 Mar 2025 12:26PM UTC coverage: 82.335%. Remained the same
13615201221

push

github

web-flow
Drop pkg_resources usage (#1253)

* chore: replace pkg_resources with importlib.metadata

* Update CHANGES

* Apply pre-commit code formatting

* - move dependencies around, importlib-metadata is now a hard dependency

* - undo version pin juggling

importlib.metadata is part of the standard library. The version pin is
only needed because some dependencies want to pull importlib-metadata,
so that non-standard package is indeed just an indirect dependency.

---------

Co-authored-by: pre-commit-ci-lite[bot] <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com>
Co-authored-by: Jens Vagelpohl <jens@plyp.com>

3531 of 6001 branches covered (58.84%)

Branch coverage included in aggregate %.

5 of 5 new or added lines in 3 files covered. (100.0%)

28099 of 32415 relevant lines covered (86.69%)

0.87 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/Products/Five/tests/testing/pythonproduct2/Extensions/somemodule.py
1
def somemethod(self):
×
2
    print("Executed somemethod")
×
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

© 2025 Coveralls, Inc