Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit setuptools dependency #216

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Add explicit setuptools dependency #216

merged 1 commit into from
Sep 23, 2024

Conversation

cnweaver
Copy link
Contributor

@cnweaver cnweaver commented Sep 23, 2024

Description

This is a short-term fix for the concerns in #215 .

Checklist

  • [ ] All new functions and classes are documented and adhere to Google doc style (3.8.3-3.8.6 of this document)
  • [ ] Add/update sphinx documentation with any relevant changes.
  • [ ] Add/update pytest-style tests in /tests, ensuring sufficient code coverage.
  • make test runs without errors.
  • make lint doesn't give any warnings.
  • make format doesn't give any code formatting suggestions.
  • make doc runs without errors and generated docs render correctly.
  • Check that CI pipeline run on this PR passes all stages.
  • Review signoff by at least one developer.

@cnweaver cnweaver added the bug Something isn't working label Sep 23, 2024
@cnweaver cnweaver self-assigned this Sep 23, 2024
Copy link

codecov bot commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.85%. Comparing base (0d0087e) to head (f25bf20).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #216   +/-   ##
=======================================
  Coverage   99.85%   99.85%           
=======================================
  Files          15       15           
  Lines        1335     1335           
=======================================
  Hits         1333     1333           
  Misses          2        2           
Flag Coverage Δ
pytest 99.85% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@adambrazier adambrazier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good; a simple addition of setuptools as a requirement resulting from testing by @cnweaver and myself of the necessity of it for the Python3.12 installation of hop-client

@cnweaver cnweaver merged commit a31ee36 into master Sep 23, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants