python313Packages.adb-shell: skip tests on 3.13 for now (#371204)

This commit is contained in:
Martin Weinelt
2025-01-05 19:40:15 +01:00
committed by GitHub
@@ -1,5 +1,6 @@
{
lib,
pythonOlder,
aiofiles,
async-timeout,
buildPythonPackage,
@@ -42,6 +43,8 @@ buildPythonPackage rec {
usb = [ libusb1 ];
};
doCheck = pythonOlder "3.12"; # FIXME: tests are broken on 3.13
nativeCheckInputs = [
mock
pycryptodome