Merge pull request #182939 from onny/adbshell

python310Packages.adb-shell: Enable tests
This commit is contained in:
Mario Rodas
2022-07-26 07:02:11 -05:00
committed by GitHub
@@ -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"
];