-
Notifications
You must be signed in to change notification settings - Fork 910
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
Merge template pyproject.toml
into one
#2926
Conversation
f78e99e
to
841d239
Compare
d5f4ed7
to
f721321
Compare
f721321
to
fe3f2e4
Compare
features/steps/test_starter/{{ cookiecutter.repo_name }}/pyproject.toml
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This is ready for a first pass. |
pyproject.toml
into one
09f3498
to
91bc011
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.
Left some small comments, but generally this looks good!
features/steps/test_starter/{{ cookiecutter.repo_name }}/pyproject.toml
Outdated
Show resolved
Hide resolved
91bc011
to
69dee90
Compare
fc4bc1c
to
796df75
Compare
@merelcht I intend to iterate on the tests if the CI fails, but other than that I resolved all the outstanding comments |
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.
Happy for this to go in once tests are all passing. Thank you @astrojuanlu!
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
796df75
to
f21779f
Compare
This comment was marked as resolved.
This comment was marked as resolved.
b11ca3e
to
83c4e66
Compare
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
83c4e66
to
828a9f1
Compare
All tests passing, now failing coverage 👍🏽 Will need to add one more test for |
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
Signed-off-by: SajidAlamQB <90610031+SajidAlamQB@users.noreply.github.com>
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.
Great work @astrojuanlu and thanks @SajidAlamQB for adding the missing test 👍 ⭐
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.
Awesome work @astrojuanlu! 🌟
Cannot approve my own PR 😄 thanks @SajidAlamQB for taking over 🙏🏽 |
Description
Continuation of #2853.
This merges the two
pyproject.toml
(essentially move one of them one directory up) to have only one project metadata file and turn the template into a Pythonic src-layout package 🎉Also, moved the dependencies from
src/requirements.txt
torequirements.txt
Development notes
Checklist
RELEASE.md
file