Loading pkgs/development/python-modules/smpclient/bleak-compat.patchdeleted 100644 → 0 +0 −18 Original line number Diff line number Diff line diff --git a/tests/test_smp_ble_transport.py b/tests/test_smp_ble_transport.py index 95a7ade..f469438 100644 --- a/tests/test_smp_ble_transport.py +++ b/tests/test_smp_ble_transport.py @@ -73,11 +73,11 @@ def test_SMP_gatt_consts() -> None: @patch( "smpclient.transport.ble.BleakScanner.find_device_by_address", - return_value=BLEDevice("address", "name", None, -60), + return_value=BLEDevice("address", "name", None), ) @patch( "smpclient.transport.ble.BleakScanner.find_device_by_name", - return_value=BLEDevice("address", "name", None, -60), + return_value=BLEDevice("address", "name", None), ) @patch("smpclient.transport.ble.BleakClient", new=MockBleakClient) @pytest.mark.asyncio pkgs/development/python-modules/smpclient/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,6 @@ buildPythonPackage rec { pytestCheckHook ]; patches = [ ./bleak-compat.patch ]; pythonImportsCheck = [ "smpclient" ]; meta = { Loading Loading
pkgs/development/python-modules/smpclient/bleak-compat.patchdeleted 100644 → 0 +0 −18 Original line number Diff line number Diff line diff --git a/tests/test_smp_ble_transport.py b/tests/test_smp_ble_transport.py index 95a7ade..f469438 100644 --- a/tests/test_smp_ble_transport.py +++ b/tests/test_smp_ble_transport.py @@ -73,11 +73,11 @@ def test_SMP_gatt_consts() -> None: @patch( "smpclient.transport.ble.BleakScanner.find_device_by_address", - return_value=BLEDevice("address", "name", None, -60), + return_value=BLEDevice("address", "name", None), ) @patch( "smpclient.transport.ble.BleakScanner.find_device_by_name", - return_value=BLEDevice("address", "name", None, -60), + return_value=BLEDevice("address", "name", None), ) @patch("smpclient.transport.ble.BleakClient", new=MockBleakClient) @pytest.mark.asyncio
pkgs/development/python-modules/smpclient/default.nix +0 −2 Original line number Diff line number Diff line Loading @@ -48,8 +48,6 @@ buildPythonPackage rec { pytestCheckHook ]; patches = [ ./bleak-compat.patch ]; pythonImportsCheck = [ "smpclient" ]; meta = { Loading