python312Packages.ddt: disable tests
Tests rely on aiounittest, which is not compatible with Python 3.12 right now.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonOlder
|
||||
|
||||
# build-system
|
||||
, setuptools
|
||||
@@ -27,6 +28,9 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
# aiounittest is not compatible with Python 3.12.
|
||||
doCheck = pythonOlder "3.12";
|
||||
|
||||
nativeCheckInputs = [
|
||||
aiounittest
|
||||
mock
|
||||
|
||||
Reference in New Issue
Block a user