21 buildPythonPackage rec {
24 format = "setuptools";
26 disabled = pythonOlder "3.7";
28 src = fetchFromGitHub {
31 rev = "refs/tags/v${version}";
32 hash = "sha256-9Wt+W7PWUVijzAeZMvcOl/Na60OCCGJJqxh2UaAxAcM=";
35 propagatedBuildInputs = [
54 pythonImportsCheck = [ "radish" ];
56 disabledTests = [ "test_main_cli_calls" ];
59 description = "Behaviour-Driven-Development tool for python";
60 homepage = "https://radish-bdd.github.io/";
61 changelog = "https://github.com/radish-bdd/radish/blob/v${version}/CHANGELOG.md";
62 license = licenses.mit;
63 maintainers = with maintainers; [ kalbasit ];