7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "951cfc25219b0cd003493a565f2e621fd791beaae9f9a3bdd7024d8626419c38";
16 buildInputs = [ pytest ];
18 # Tests are not included. See https://github.com/pypa/scripttest/issues/11
22 description = "A library for testing interactive command-line applications";
23 homepage = "https://pypi.python.org/pypi/ScriptTest/";
24 license = licenses.mit;