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

chore: faster build install #655

Merged
merged 7 commits into from
Jun 9, 2023
Merged

Conversation

anthonycorletti
Copy link
Contributor

@anthonycorletti anthonycorletti commented Jun 8, 2023

  • I have added tests to tests to cover my changes.
  • 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 🐍

@anthonycorletti anthonycorletti requested a review from a team as a code owner June 8, 2023 20:39
@codecov-commenter
Copy link

codecov-commenter commented Jun 8, 2023

Codecov Report

Merging #655 (e4033a4) into main (32113a8) will not change coverage.
The diff coverage is n/a.

❗ Current head e4033a4 differs from pull request most recent head e2d2f19. Consider uploading reports for the commit e2d2f19 to get more accurate results

@@           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

Copy link
Contributor

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Member

@setu4993 setu4993 left a 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.

pyproject.toml Show resolved Hide resolved
@anthonycorletti anthonycorletti merged commit fb58333 into main Jun 9, 2023
@anthonycorletti anthonycorletti deleted the chore/faster-build-install branch June 9, 2023 19:12
franz101 pushed a commit that referenced this pull request Jun 14, 2023
* [ ] 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 🐍
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.

5 participants