John Snow <js...@redhat.com> writes: > The way editable installs work has changed at some point since Fedora 40 > was released. Generally, we should be opting to use pyproject.toml > installs (PEP517/518) - but those are not fully supported until v61 of > setuptools, and CentOS Stream 9 ships v53. > > Until that time, we can make use of a transitional feature in > pip/setuptools to use "legacy" editable installs, which is enough to fix > "make check-dev" on modern local workstations for now.
This fixes "make check-dev" for me on Fedora 41. Thank you! Tested-by: Markus Armbruster <arm...@redhat.com> [...]