Skip to content

fix: Stop running go mod tidy in setup.py - #2877

Merged
feast-ci-bot merged 1 commit into
feast-dev:masterfrom
achals:achal/stop-mod-tidy
Jun 28, 2022
Merged

fix: Stop running go mod tidy in setup.py#2877
feast-ci-bot merged 1 commit into
feast-dev:masterfrom
achals:achal/stop-mod-tidy

Conversation

@achals

@achals achals commented Jun 28, 2022

Copy link
Copy Markdown
Member

Signed-off-by: Achal Shah achals@gmail.com

This fixes a problem similar to pypa/cibuildwheel#189 (comment).

Running go mod tidy was updating go.mod and go.sum, which was causeing cibuildwheel to produce dirty builds. This comamnd isn't really even needed, so nixing it.

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Signed-off-by: Achal Shah <achals@gmail.com>

This fixes a problem similar to pypa/cibuildwheel#189 (comment).

Running `go mod tidy` was updating `go.mod` and `go.sum`, which was causeing cibuildwheel to produce dirty builds. This comamnd isn't really even needed, so nixing it.

@felixwang9817 felixwang9817 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

/lgtm

@feast-ci-bot

Copy link
Copy Markdown
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: achals, felixwang9817

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:
  • OWNERS [achals,felixwang9817]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #2877 (6716409) into master (ba81a31) will decrease coverage by 0.00%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #2877      +/-   ##
==========================================
- Coverage   80.62%   80.62%   -0.01%     
==========================================
  Files         176      176              
  Lines       15671    15670       -1     
==========================================
- Hits        12635    12634       -1     
  Misses       3036     3036              
Flag Coverage Δ
integrationtests 70.78% <ø> (-0.01%) ⬇️
unittests 59.34% <ø> (+<0.01%) ⬆️

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

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
...ython/feast/embedded_go/online_features_service.py 89.39% <0.00%> (-0.76%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ba81a31...6716409. Read the comment docs.

@feast-ci-bot
feast-ci-bot merged commit 676ecbb into feast-dev:master Jun 28, 2022
@achals
achals deleted the achal/stop-mod-tidy branch June 28, 2022 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants