16 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 sha256 = "c2f099a3e8d5ecfc22745766e7cc664a48db64b6b89d986dff270491d8683149";
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 ];