13 buildPythonPackage rec {
14 pname = "pytest-sanic";
17 src = fetchFromGitHub {
18 owner = "yunstanford";
21 sha256 = "sha256-82Xq/jyxTXyZVHqn7G+S9K++InDdORCO9oFqgaIgY7s=";
28 propagatedBuildInputs = [
41 pythonImportsCheck = [
46 description = "A pytest plugin for Sanic";
47 homepage = "https://github.com/yunstanford/pytest-sanic/";
48 license = licenses.asl20;
49 maintainers = with maintainers; [ costrouc ];
50 broken = true; # 2021-11-04