python313Packages.adb-shell: skip tests on 3.13 for now

This commit is contained in:
K900
2025-01-05 21:02:09 +03:00
parent 0ae989008d
commit 7699b2de12
@@ -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