8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "951cfc25219b0cd003493a565f2e621fd791beaae9f9a3bdd7024d8626419c38";
18 buildInputs = [ pytest ];
20 # Tests are not included. See https://github.com/pypa/scripttest/issues/11
24 description = "Library for testing interactive command-line applications";
25 homepage = "https://pypi.org/project/scripttest/";
27 license = licenses.mit;