-
Notifications
You must be signed in to change notification settings - Fork 307
ref(tox-config): migrate tox config from tox.ini to pyproject.toml
#700
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
base: master
Are you sure you want to change the base?
ref(tox-config): migrate tox config from tox.ini to pyproject.toml
#700
Conversation
|
I am not sure how to move tox-gh-actions specific configurations to I also wonder, why do we need it? What would happen if we just didn't use it? I would be very happy if you can help me with this one @patkan 🫶. |
Co-authored-by: Benito López <belono@users.noreply.github.com>
…t for base_python in tox environments
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #700 +/- ##
=======================================
Coverage 81.39% 81.39%
=======================================
Files 21 21
Lines 1693 1693
Branches 267 237 -30
=======================================
Hits 1378 1378
Misses 235 235
Partials 80 80
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Co-authored-by: Benito López <belono@users.noreply.github.com>
|
I found this package called tox-gh, by the @tox-dev team. WDYT about using it instead of tox-gh-actions? |
…tions` for dependency installation
…pendency lists and test paths
… configuration and add a blank line in `pyproject.toml` for improved readability.
…command in documentation build step
…on by removing unnecessary dependencies.
|
All checks are green now, let me know if any updates are required. @belono, and thank you for all the reviews 🙏. |
belono
left a comment
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.
Nothing more to say but... great job! 👍
Related to #698
Description
Move tox configuration to
pyproject.tomlfile.