From 26ca98459e5c65f3c990ad20199517d8c4640f51 Mon Sep 17 00:00:00 2001 From: Jonas Heinrich Date: Tue, 26 Jul 2022 10:39:17 +0200 Subject: [PATCH] python310Packages.adb-shell: Enable tests --- pkgs/development/python-modules/adb-shell/default.nix | 7 ------- 1 file changed, 7 deletions(-) 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" ];