6 buildPythonPackage rec {
10 src = fetchFromGitHub {
11 owner = "jaimegildesagredo";
14 sha256 = "0mk1mhh8n9ly820krkhazn1w96f10vmgh21y2wr44sn8vwr4ngyy";
17 # mamba is used as test runner. Not available and should not be used as
18 # it's just another unmaintained test runner.
20 pythonImportsCheck = [ "expects" ];
23 description = "Expressive and extensible TDD/BDD assertion library for Python";
24 homepage = "https://expects.readthedocs.io/";
25 license = with licenses; [ asl20 ];
26 maintainers = with maintainers; [ fab ];