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

Added deprecated module to setup.py Vinay Vinod <[email protected]> #337

Merged
merged 6 commits into from
Nov 22, 2023

Conversation

Vinay-Vinod
Copy link
Contributor

Description

Added deprecated module to setup.py

Issues Resolved

[BUG] deprecated library missing from install_requires list #315

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (fb858dc) 91.42% compared to head (441f58a) 91.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #337   +/-   ##
=======================================
  Coverage   91.42%   91.42%           
=======================================
  Files          40       40           
  Lines        4339     4339           
=======================================
  Hits         3967     3967           
  Misses        372      372           

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

@dhrubo-os
Copy link
Collaborator

lint is failing. Could you please check?

setup.py Outdated
@@ -87,6 +87,7 @@
"pandas>=1.5,<3",
"matplotlib>=3.6.0,<4",
"numpy>=1.24.0,<2",
"deprecated"
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we pinning it to version latest(1.2.14) or a compatible

Copy link
Collaborator

Choose a reason for hiding this comment

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

+1 on this

setup.py Outdated Show resolved Hide resolved
@rawwar
Copy link
Contributor

rawwar commented Nov 21, 2023

@dhrubo-os , can you approve the workflows to run. I think this can be merged if tests are passing.

@rawwar
Copy link
Contributor

rawwar commented Nov 21, 2023

@dhrubo-os , I think the coverage report should be ignoring setup.py or any meta files related project.(This is already happening). Apart from that, I think we can merge this PR

@dhrubo-os dhrubo-os merged commit c977981 into opensearch-project:main Nov 22, 2023
13 of 14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants