7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
13 owner = "jaimegildesagredo";
16 sha256 = "0mk1mhh8n9ly820krkhazn1w96f10vmgh21y2wr44sn8vwr4ngyy";
19 # mamba is used as test runner. Not available and should not be used as
20 # it's just another unmaintained test runner.
22 pythonImportsCheck = [ "expects" ];
25 description = "Expressive and extensible TDD/BDD assertion library for Python";
26 homepage = "https://expects.readthedocs.io/";
27 license = with licenses; [ asl20 ];
28 maintainers = with maintainers; [ fab ];