13 buildPythonPackage rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-egLlgq0lQOk0cPBly01zQ0rkl7D7Rf/bZ4en5oG+wlE=";
25 build-system = [ setuptools ];
27 pythonImportsCheck = [ "mktestdocs" ];
29 nativeCheckInputs = [ pytestCheckHook ];
32 description = "Run pytest against markdown files/docstrings";
33 homepage = "https://github.com/koaning/mktestdocs";
34 changelog = "https://github.com/koaning/mktestdocs/releases/tag/${version}";
35 license = lib.licenses.asl20;
36 maintainers = with lib.maintainers; [ GaetanLepage ];