14 buildPythonPackage rec {
16 version = "4.2.0.post1";
19 disabled = pythonOlder "3.8";
22 inherit pname version;
23 hash = "sha256-kkHSzscnS5c22+jtrLGVKP9mrzs3ebMk157MQgEifzE=";
37 nativeCheckInputs = [ pytestCheckHook ];
39 pythonImportsCheck = [ "mongomock" ];
42 description = "Fake pymongo stub for testing simple MongoDB-dependent code";
43 homepage = "https://github.com/mongomock/mongomock";
44 changelog = "https://github.com/mongomock/mongomock/blob/${version}/CHANGELOG.md";
45 license = licenses.bsd3;
46 maintainers = with maintainers; [ gador ];