falconry / falcon

The no-magic web data plane API and microservices framework for Python developers, with a focus on reliability, correctness, and performance at scale.
https://falcon.readthedocs.io/en/stable/
Apache License 2.0
9.51k stars 937 forks source link

chore(tox): drop `--no-build-isolation` from Cython tests #2229

Closed vytas7 closed 5 months ago

vytas7 commented 5 months ago

Closes #2184

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (89bfb57) to head (81c51fd).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2229 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 63 63 Lines 6931 6931 Branches 1258 1258 ========================================= Hits 6931 6931 ```

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

CaselIT commented 5 months ago

I don't remember if we mentioned something also in the docs / readme regarding the build isolation

vytas7 commented 5 months ago

@CaselIT you'd be right, installation docs are very outdated... I'll create a separate issue tracking this.

Edit: filed as #2232.