Loading pkgs/development/python-modules/symbex/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; disabledTests = [ # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...` # https://github.com/simonw/symbex/issues/48 "test_errors" ]; meta = { description = "Find the Python code for specified symbols"; homepage = "https://github.com/simonw/symbex"; Loading Loading
pkgs/development/python-modules/symbex/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,12 @@ buildPythonPackage rec { writableTmpDirAsHomeHook ]; disabledTests = [ # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...` # https://github.com/simonw/symbex/issues/48 "test_errors" ]; meta = { description = "Find the Python code for specified symbols"; homepage = "https://github.com/simonw/symbex"; Loading