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

Drop `--no-build-isolation` in testing #2184

Closed vytas7 closed 5 months ago

vytas7 commented 11 months ago

We should be able to do without --no-build-isolation in our CI gates for Cython (see tox.ini). We should be able to leverage PEP 517 and/or PEP 660 instead.