7 python3Packages.buildPythonApplication rec {
11 src = fetchFromGitHub {
15 hash = "sha256-+e2FmfpGtK401IW8LNqeHk0v8Hh5rF3LbZJkSOJ3yPY=";
19 substituteInPlace requirements.txt --replace-fail 'junit-xml==1.8' 'junit-xml==1.9'
22 disabled = python3Packages.pythonOlder "3.7";
26 propagatedBuildInputs = with python3Packages; [
35 description = "mutation testing system for Python, with a strong focus on ease of use";
36 mainProgram = "mutmut";
37 homepage = "https://github.com/boxed/mutmut";
38 changelog = "https://github.com/boxed/mutmut/blob/${version}/HISTORY.rst";
39 license = licenses.bsd3;
40 maintainers = with maintainers; [