Loading pkgs/development/python-modules/symbex/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ buildPythonPackage rec { # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...` # https://github.com/simonw/symbex/issues/48 "test_errors" # Fails with AssertionError (SystemExit(1).stdout is '' not the expected message) "test_output" ]; meta = { Loading Loading
pkgs/development/python-modules/symbex/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,8 @@ buildPythonPackage rec { # Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...` # https://github.com/simonw/symbex/issues/48 "test_errors" # Fails with AssertionError (SystemExit(1).stdout is '' not the expected message) "test_output" ]; meta = { Loading