diff --git a/pkgs/development/python-modules/adb-shell/default.nix b/pkgs/development/python-modules/adb-shell/default.nix index f117167c8df0..383a3fe782b0 100644 --- a/pkgs/development/python-modules/adb-shell/default.nix +++ b/pkgs/development/python-modules/adb-shell/default.nix @@ -50,13 +50,6 @@ buildPythonPackage rec { ++ passthru.optional-dependencies.async ++ passthru.optional-dependencies.usb; - disabledTests = lib.optionals (pythonAtLeast "3.10") [ - # Tests are failing with Python 3.10 - # https://github.com/JeffLIrion/adb_shell/issues/198 - "TestAdbDeviceAsync" - "TestTcpTransportAsync" - ]; - pythonImportsCheck = [ "adb_shell" ];