7 buildPythonPackage rec {
10 format = "setuptools";
13 inherit pname version;
14 sha256 = "951cfc25219b0cd003493a565f2e621fd791beaae9f9a3bdd7024d8626419c38";
17 buildInputs = [ pytest ];
19 # Tests are not included. See https://github.com/pypa/scripttest/issues/11
23 description = "A library for testing interactive command-line applications";
24 homepage = "https://pypi.org/project/scripttest/";
25 maintainers = with maintainers; [ ];
26 license = licenses.mit;