openfreebuds: relax all deps, add tests

- Set pythonRelaxDeps to true
- Add upstream test suite (battery, config, gestures, low_latency, event_bus)
This commit is contained in:
znaniye
2026-03-20 12:21:32 -03:00
committed by Samuel Silva
parent 97bfb0f1a3
commit 63cf11f996
+11 -1
View File
@@ -19,7 +19,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
pyproject = true;
pythonRelaxDeps = [ "psutil" ];
pythonRelaxDeps = true;
build-system = with python3Packages; [
pdm-backend
@@ -33,6 +33,16 @@ python3Packages.buildPythonApplication (finalAttrs: {
buildInputs = [ qt6.qtbase ];
nativeCheckInputs = with python3Packages; [
pytest-asyncio
pytestCheckHook
];
pytestFlagsArray = [
"openfreebuds/driver/huawei/test/"
"openfreebuds/test/test_event_bus.py"
];
dependencies = with python3Packages; [
aiocmd
aiohttp