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

build: Remove poetry.lock from source control #59

Closed
wants to merge 2 commits into from

Conversation

chantra
Copy link
Contributor

@chantra chantra commented Sep 11, 2024

We have had a bunch of PRs to tend to due to dependabot: https://github.com/facebookincubator/kernel-patches-daemon/pulls?q=is%3Apr++label%3Adependencies+

In most cases, those were only changing the depedency in the .lock file. We are not getting much value of shipping this file, and will be better off by getting rid of it and fixign the remotely possible breakage in the future vs dealing with those weekly.

We have had a bunch of PRs to tend to due to dependabot:
https://github.com/facebookincubator/kernel-patches-daemon/pulls?q=is%3Apr++label%3Adependencies+

In most cases, those were only changing the depedency in the .lock file.
We are not getting much value of shipping this file, and will be better off
by getting rid of it and fixign the remotely possible breakage in the future
vs dealing with those weekly.

Signed-off-by: Manu Bretelle <[email protected]>
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

chantra added a commit to chantra/kernel-patches-daemon that referenced this pull request Sep 11, 2024
With yarl 1.9.5 release, the tests would start failing.

Changelog: https://yarl.aio-libs.org/en/latest/changes/#id26

TL;DR, the :0 would get eaten and the mock would not intercept the http calls.

Tested this manually with 1.9.4 and 1.9.5.

The next diff which is part of facebookincubator#59 will confirm I did not screw up.

Signed-off-by: Manu Bretelle <[email protected]>
@chantra
Copy link
Contributor Author

chantra commented Sep 11, 2024

will need to rebase this on top of #60 to make the tests pass.

facebook-github-bot pushed a commit that referenced this pull request Sep 12, 2024
Summary:
With yarl 1.9.5 release, the tests would start failing.

Changelog: https://yarl.aio-libs.org/en/latest/changes/#id26

TL;DR, the :0 would get eaten and the mock would not intercept the http calls.

Tested this manually with 1.9.4 and 1.9.5.

The next diff which is part of #59 will confirm I did not screw up.

Pull Request resolved: #60

Reviewed By: chantra

Differential Revision: D62521426

fbshipit-source-id: 4f39e59a1a1fc5954376721117674dbf85370463
@facebook-github-bot
Copy link
Contributor

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in ff326f3.

@chantra chantra deleted the no_poetry_lock branch September 12, 2024 05:38
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.

2 participants