8 buildPythonPackage rec {
12 # Only a wheel on PyPI
13 src = fetchFromGitHub {
15 repo = "python-junit-xml";
17 rev = "856414648cbab3f64e69b856bc25cea8b9aa0377";
18 sha256 = "1sg03mv7dk3x4mjxjg127vqjmx0ms7v3a5aibxrclxlhmdqcgvb2";
21 propagatedBuildInputs = [ six ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 description = "Creates JUnit XML test result documents that can be read by tools such as Jenkins";
27 homepage = "https://github.com/kyrus/python-junit-xml";
28 maintainers = with maintainers; [ multun ];
29 license = licenses.mit;