pytest-dev / pytest-asyncio

Asyncio support for pytest
https://pytest-asyncio.readthedocs.io
Apache License 2.0
1.43k stars 152 forks source link

Migrate from setup.cfg to pyproject.toml #971

Closed Pierre-Sassoulas closed 1 month ago

Pierre-Sassoulas commented 1 month ago

Follow-up to #970

Pierre-Sassoulas commented 1 month ago

The error can be reproduced locally with

pip install build
python -m build
Pierre-Sassoulas commented 1 month ago

I've done the lazy fix here, I'm not using setuptool_scm a lot myself. I think a partial migration is still better than none at all.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.10%. Comparing base (5d542f6) to head (38afa86).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #971 +/- ## ======================================= Coverage 91.10% 91.10% ======================================= Files 2 2 Lines 506 506 Branches 64 64 ======================================= Hits 461 461 Misses 27 27 Partials 18 18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.