-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore: faster build install #655
Conversation
Codecov Report
@@ Coverage Diff @@
## main #655 +/- ##
=======================================
Coverage 84.37% 84.37%
=======================================
Files 167 167
Lines 13305 13305
=======================================
Hits 11226 11226
Misses 2079 2079 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
what is this file for?
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.
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.
If we are open to updating the build system, I do strongly think we should go the route of safer build systems like poetry
which provide us the type of checks we need for packages like dataquality
. A few features that would help:
- Strict dependency resolution.
- Easy management of dependencies across extras.
- Simple dependency upgrades.
* [ ] I have added tests to `tests` to cover my changes. * [x] I have updated `docs/`, if necessary. * [ ] I have updated the `README.md`, if necessary. ***What existing issue does this pull request close?*** No issue 🎩 👉 🐇 ***How are these changes tested?*** locally and ci ***Provide additional context.*** - build system: setuptools for consistency with other projects, simplicity, and stability - consolidated all? configs to pyproject.toml - replaced bash scripts with invoke to be more pythonic 🐍
tests
to cover my changes.docs/
, if necessary.README.md
, if necessary.What existing issue does this pull request close?
No issue 🎩 👉 🐇
How are these changes tested?
locally and ci
Provide additional context.