Loading pkgs/development/python-modules/static3/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ # tests pytestCheckHook, pytest-cov-stub, webtest, }: Loading @@ -23,11 +24,6 @@ buildPythonPackage rec { hash = "sha256-uFgv+57/UZs4KoOdkFxbvTEDQrJbb0iYJ5JoWWN4yFY="; }; postPatch = '' substituteInPlace setup.py \ --replace ", 'pytest-cov'" "" ''; optional-dependencies = { KidMagic = [ # TODO: kid Loading @@ -39,6 +35,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-cov-stub webtest ] ++ lib.concatAttrValues optional-dependencies; Loading Loading
pkgs/development/python-modules/static3/default.nix +2 −5 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ # tests pytestCheckHook, pytest-cov-stub, webtest, }: Loading @@ -23,11 +24,6 @@ buildPythonPackage rec { hash = "sha256-uFgv+57/UZs4KoOdkFxbvTEDQrJbb0iYJ5JoWWN4yFY="; }; postPatch = '' substituteInPlace setup.py \ --replace ", 'pytest-cov'" "" ''; optional-dependencies = { KidMagic = [ # TODO: kid Loading @@ -39,6 +35,7 @@ buildPythonPackage rec { nativeCheckInputs = [ pytestCheckHook pytest-cov-stub webtest ] ++ lib.concatAttrValues optional-dependencies; Loading