-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Switch to Poetry for dependency and build management #679
Conversation
1aafadb
to
6da3e78
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #679 +/- ##
=======================================
Coverage 80.14% 80.14%
=======================================
Files 52 52
Lines 4708 4708
Branches 958 958
=======================================
Hits 3773 3773
Misses 906 906
Partials 29 29
|
62fd201
to
bbf8e4a
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
10cf615
to
19fcfb6
Compare
1b3ded8
to
60101de
Compare
235f5c4
to
7096909
Compare
7096909
to
daaf103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works great 👍
Co-authored-by: Alexander Dejanovski <adejanovski@gmail.com>
Quality Gate failedFailed conditions |
Fixes #555.
Fixes #667.
Fixes #665.
Fixes #712.
Fixes #706.
In attempt to stay somewhat recent, this PR switches Medusa's dependencies and (Python) packaging to be managed by Poetry. The debian package build is updated to reflect that too.