diff --git a/support/testing/tests/package/test_python_hid.py b/support/testing/tests/package/test_python_hid.py index b7a280b766..68cefa8682 100644 --- a/support/testing/tests/package/test_python_hid.py +++ b/support/testing/tests/package/test_python_hid.py @@ -8,6 +8,5 @@ class TestPythonHid(TestPythonPackageBase): BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_EUDEV=y BR2_PACKAGE_PYTHON3=y BR2_PACKAGE_PYTHON_HID=y - BR2_PACKAGE_HIDAPI=y """ sample_scripts = ["tests/package/sample_python_hid.py"]