On 2022/11/21 21:39, Lucas Raab wrote: > Hello, > > Here's an update for flask up to 2.1.3. I've tested with some of > my flask apps as well as: > > * audio/beets > * geo/pygeoapi > * www/py-httpbin > > Those have run without issue so far and tests pass successfully. > While here, also move to PYBUILD=setuptools. Other tests/feedback?
Ah great, this is OK with me, thanks. > MODPY_PI = Yes > -MODPY_SETUPTOOLS = Yes > -MODPY_PYTEST = Yes > +MODPY_PYBUILD = setuptools > MODPY_PYTEST_ARGS = tests You could drop MODPY_PYTEST_ARGS too; when using py-build the directory layout in the build dir is cleaner and pytest often manages to pick things up without being told to look - that's the case here.