From 88cee8a3d84c206a6558f024622732c146d64f1c Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Thu, 4 Nov 2021 19:57:09 -0300 Subject: [PATCH] pytest-sanic: mark as broken --- pkgs/development/python-modules/pytest-sanic/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pytest-sanic/default.nix b/pkgs/development/python-modules/pytest-sanic/default.nix index edcc430c1d8c..2bce8eaecb71 100644 --- a/pkgs/development/python-modules/pytest-sanic/default.nix +++ b/pkgs/development/python-modules/pytest-sanic/default.nix @@ -47,5 +47,6 @@ buildPythonPackage rec { homepage = "https://github.com/yunstanford/pytest-sanic/"; license = licenses.asl20; maintainers = with maintainers; [ costrouc ]; + broken = true; # 2021-11-04 }; }