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
commit 2d082d7f03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
];