12 buildPythonPackage rec {
20 inherit pname version;
21 hash = "sha256-yPxvq8Dn9phO6ruUJUDkVkblvvC7mf5Z4C2mNOTUuco=";
25 substituteInPlace setup.cfg \
26 --replace "rednose = 1" "" \
27 --replace-fail "--cov=sure" ""
30 build-system = [ setuptools ];
43 "tests/test_old_api.py" # require nose
46 pythonImportsCheck = [ "sure" ];
49 description = "Utility belt for automated testing";
51 homepage = "https://sure.readthedocs.io/";
52 changelog = "https://github.com/gabrielfalcao/sure/blob/v${version}/CHANGELOG.md";
53 license = lib.licenses.gpl3Plus;
54 maintainers = with lib.maintainers; [ sigmanificient ];