12 buildPythonPackage rec {
17 disabled = pythonOlder "3.6";
20 inherit pname version;
21 hash = "sha256-PAzUUhKtWiWzVEWWTiUX76AAoRihv8NDfa6CiJLq8eE=";
28 optional-dependencies = {
35 nativeCheckInputs = [ pytestCheckHook ];
37 pythonImportsCheck = [ "tap" ];
40 description = "Set of tools for working with the Test Anything Protocol (TAP) in Python";
41 homepage = "https://github.com/python-tap/tappy";
42 changelog = "https://tappy.readthedocs.io/en/latest/releases.html";
43 mainProgram = "tappy";
44 license = licenses.bsd2;
45 maintainers = with maintainers; [ sfrijters ];