Hi Miro,
On Wed, Feb 5, 2025, at 3:47 AM, Miro HronĨok via python-devel wrote:
Hello Pythonistas.
When we updated tox from version 3 to 4, it no longer fails when here is no suitable tox configuration found. This was a deliberate upstream choice.
Unfortunately, it means that packages that use %pyproject_buildrequires with -t or -e now silently succeed if there is no tox configuration found.
I identified 95 packages that are affected by this, see below.
...
python-mailman-web salimma
...
Thank you! Fixed in python-mailman-web-0.0.9-3 - I switched to pytest since upstream indeed didn't package their tox.ini (and their tox config just invokes pytest anyway), but temporarily disabled running tests since it then exposed an issue with a hardcoded non-existent log path...
Best regards,