python310Packages.adb-shell: Enable tests

This commit is contained in:
Jonas Heinrich 2022-07-26 10:39:17 +02:00
parent f2e43c14df
commit 26ca98459e

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