(closes #2813) Migrate to pyproject.toml#3434
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3434 +/- ##
=======================================
Coverage 99.96% 99.96%
=======================================
Files 391 391
Lines 54668 54668
=======================================
Hits 54649 54649
Misses 19 19 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@LonelyCat124 @arporter This is ready for a first review |
LonelyCat124
left a comment
There was a problem hiding this comment.
Looks like this should work. I'm going to set the ITs going just in case, but otherwise it all seems fine.
|
@sergisiso I think maybe this an issue with my setup but I just wanted to check, but my flake8 on Not sure if error on my setup or something else? But only happens on this branch. |
|
These are the flake8 exceptions listed in the settings, by default flake8 does not read pyproject setting but I had introduced the flake8-pyproject that is supposed to do that. But apparently is conflicting with flake8 if it is already installed in the environment. I will revert this for now as I want to discuss other solutions when I am back. |
I left the
data_filesin setup.py because they can not be easily migrated with the current file structure. Everything else has been migrated.