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

MAINT Remove wrapt dependency #1973

Merged
merged 3 commits into from
Nov 22, 2023
Merged

Conversation

thomasjpfan
Copy link
Member

Removes wrapt as a direct dependency.

Type

  • Housekeeping

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

This PR removes the wrapt dependency by rewriting wrapt's _decorator using functools.wrap.

Tracking Issue

Towards flyteorg/flyte#4418

Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e5c3c78) 85.22% compared to head (c46ec04) 85.81%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1973      +/-   ##
==========================================
+ Coverage   85.22%   85.81%   +0.59%     
==========================================
  Files         287      313      +26     
  Lines       22072    23299    +1227     
  Branches     3528     3530       +2     
==========================================
+ Hits        18810    19995    +1185     
- Misses       2659     2701      +42     
  Partials      603      603              

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

pingsutw
pingsutw previously approved these changes Nov 17, 2023
@pingsutw pingsutw merged commit a6f9991 into flyteorg:master Nov 22, 2023
76 checks passed
ringohoffman pushed a commit to ringohoffman/flytekit that referenced this pull request Nov 24, 2023
* MAINT Remove wrapt dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* MAINT Removes wrapt dependency from requirements

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
RRap0so pushed a commit to RRap0so/flytekit that referenced this pull request Dec 15, 2023
* MAINT Remove wrapt dependency

Signed-off-by: Thomas J. Fan <[email protected]>

* MAINT Removes wrapt dependency from requirements

Signed-off-by: Thomas J. Fan <[email protected]>

---------

Signed-off-by: Thomas J. Fan <[email protected]>
Signed-off-by: Rafael Raposo <[email protected]>
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.

3 participants