1 { lib, buildPythonPackage, fetchPypi }:
3 buildPythonPackage rec {
9 sha256 = "sha256-+Tjs1JMczRnZWY+2M9Xqu3k48IuEcXMV5SUmqmJ3yew=";
13 description = "Test runner for unittest that outputs TAP results to stdout";
14 homepage = "https://el-tramo.be/pycotap";
15 license = licenses.mit;
16 maintainers = with maintainers; [ mwolfe ];