python312Packages.twilio: disable tests
Aiounittest is unsupported on 3.12.
This commit is contained in:
@@ -44,6 +44,9 @@ buildPythonPackage rec {
|
||||
requests
|
||||
];
|
||||
|
||||
# aiounittest is not supported on 3.12
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiounittest
|
||||
cryptography
|
||||
|
||||
Reference in New Issue
Block a user