11 buildPythonPackage rec {
12 pname = "pytest-subprocess";
15 disabled = pythonOlder "3.4";
17 src = fetchFromGitHub {
19 repo = "pytest-subprocess";
21 sha256 = "16ghwyv1vy45dd9cysjvcvvpm45958x071id2qrvgaziy2j6yx3j";
35 "test_multiple_wait" # https://github.com/aklajnert/pytest-subprocess/issues/36
39 description = "A plugin to fake subprocess for pytest";
40 homepage = "https://github.com/aklajnert/pytest-subprocess";
41 changelog = "https://github.com/aklajnert/pytest-subprocess/blob/${version}/HISTORY.rst";
42 license = licenses.mit;
43 maintainers = with maintainers; [ dotlambda ];