ref(tox-config): migrate tox config from tox.ini to pyproject.toml#700
ref(tox-config): migrate tox config from tox.ini to pyproject.toml#700hasansezertasan wants to merge 15 commits intopython-escpos:masterfrom
tox.ini to pyproject.toml#700Conversation
|
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.
Nothing more to say but... great job! 👍
Related to #698
Description
Move tox configuration to
pyproject.tomlfile.