Skip to content

Don't build tests when built using pyproject.toml

Luca Weiss requested to merge lucaweiss/dbus-python:pyproject-tests into master

Just like in the old setup.py let's build dbus-python without tests.


See https://gitlab.freedesktop.org/dbus/dbus-python/-/blob/master/setup.py?ref_type=heads#L94

We might also want to e.g. pass -Ddoc=false but for my use case -Dtests=false is enough.

Edited by Luca Weiss

Merge request reports