11 buildPythonPackage rec {
14 format = "setuptools";
19 inherit pname version;
20 sha256 = "sha256-yPxvq8Dn9phO6ruUJUDkVkblvvC7mf5Z4C2mNOTUuco=";
24 substituteInPlace setup.cfg \
25 --replace "rednose = 1" ""
28 propagatedBuildInputs = [
37 pythonImportsCheck = [
42 description = "Utility belt for automated testing";
43 homepage = "https://sure.readthedocs.io/";
44 changelog = "https://github.com/gabrielfalcao/sure/blob/v${version}/CHANGELOG.md";
45 license = licenses.gpl3Plus;
46 maintainers = with maintainers; [ ];