18 buildPythonPackage rec {
24 inherit pname version;
25 hash = "sha256-0hXWsIOWMBPEoZseTc1qlugOQ6t3UZWXpqz88umj4Es=";
28 nativeBuildInputs = [ setuptools ];
30 # aiounittest is not compatible with Python 3.12.
31 doCheck = pythonOlder "3.12";
42 changelog = "https://github.com/datadriventests/ddt/releases/tag/${version}";
43 description = "Data-Driven/Decorated Tests, a library to multiply test cases";
44 homepage = "https://github.com/txels/ddt";
46 license = licenses.mit;