python312Packages.twilio: disable tests

Aiounittest is unsupported on 3.12.
This commit is contained in:
Martin Weinelt
2024-02-24 04:01:04 +01:00
parent 8086e8fd08
commit 4d3ee79969
@@ -44,6 +44,9 @@ buildPythonPackage rec {
requests
];
# aiounittest is not supported on 3.12
doCheck = pythonOlder "3.12";
nativeCheckInputs = [
aiounittest
cryptography