8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "0hnfh45cmqyp7zasrllwf8gbq3mazqlhhk0sq1iqlh6fig0yfq2f";
20 nativeCheckInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "assertpy" ];
25 description = "Simple assertion library for unit testing with a fluent API";
26 homepage = "https://github.com/assertpy/assertpy";
27 license = licenses.bsd3;
28 maintainers = with maintainers; [ fab ];