14 buildPythonPackage rec {
15 pname = "pytest-sanic";
18 src = fetchFromGitHub {
19 owner = "yunstanford";
22 sha256 = "1zpgnw1lqbll59chv4hgcn31mdql1nv4gw9crbihky3ly3d3ncqi";
25 buildInputs = [ pytest ];
27 propagatedBuildInputs = [
42 pythonImportsCheck = [ "pytest_sanic" ];
45 description = "A pytest plugin for Sanic";
46 homepage = "https://github.com/yunstanford/pytest-sanic/";
47 license = licenses.asl20;
48 maintainers = [ maintainers.costrouc ];