8 buildPythonPackage rec {
10 pname = "pytest-annotate";
13 inherit pname version;
14 sha256 = "1ef5924aca93a7b47edaf46a38284fb5a173eed5e3b1a93ec00c8e35f0dd76ab";
21 propagatedBuildInputs = [
26 substituteInPlace setup.py \
27 --replace "pytest>=3.2.0,<4.0.0" "pytest"
30 # no testing in a testing module...
34 homepage = "https://github.com/kensho-technologies/pytest-annotate";
35 description = "Generate PyAnnotate annotations from your pytest tests";
36 license = licenses.asl20;
37 maintainers = [ maintainers.costrouc ];