10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "0hvmbc41kdwrjns8z1s4a59a4azdvzb8q3vs7nn1li4qm4l0g3yh";
19 propagatedBuildInputs = lib.optionals isPy27 [ selectors2 ];
21 checkInputs = [ mock pytest ];
28 description = "Capture C-level output in context managers";
29 homepage = "https://github.com/minrk/wurlitzer";
30 license = lib.licenses.mit;