16 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 sha256 = "5760194b308a7ab35514ae1b942d88e9f2359071556d82580383f09ca586fff7";
32 propagatedBuildInputs = [
41 pythonImportsCheck = [ "eliot" ];
43 # Tests run eliot-prettyprint in out/bin.
44 # test_parse_stream is broken, skip it.
46 export PATH=$out/bin:$PATH
47 pytest -k 'not test_parse_stream'
51 homepage = "https://eliot.readthedocs.io";
52 description = "Logging library that tells you why it happened";
53 license = licenses.asl20;
54 maintainers = [ maintainers.dpausp ];