1 { lib, buildPythonPackage, fetchPypi, pytest, pep257 }:
3 buildPythonPackage rec {
4 pname = "pytest-pep257";
9 sha256 = "082v3d5k4331x53za51kl8zxsndsw1pcyf1xdfpb2gjdjrhixb8w";
12 buildInputs = [ pytest ];
13 propagatedBuildInputs = [ pep257 ];
16 homepage = "https://github.com/anderslime/pytest-pep257";
17 description = "py.test plugin for PEP257";
18 license = licenses.mit;