10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
17 src = fetchFromGitHub {
21 sha256 = "R0RSdKTyJYGq+x0+ut4pJEywTGNgGp/ps36ZaH5dyY4=";
28 propagatedBuildInputs = [
37 # Fixed in 4ed0138bf659c348b6dfb8bb701ae1989625d3d8 and hopefully in next release
38 "test_unittest_expected_failure"
41 pythonImportsCheck = [
46 description = "Test Anything Protocol (TAP) reporting plugin for pytest";
47 homepage = "https://github.com/python-tap/pytest-tap";
48 changelog = "https://github.com/python-tap/pytest-tap/blob/v${version}/docs/releases.rst";
49 license = licenses.bsd2;
50 maintainers = with maintainers; [ cynerd ];