mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.symbex: revert disabled tests due to click issue (#464066)
This commit is contained in:
commit
0642ebe149
1 changed files with 3 additions and 4 deletions
|
|
@ -36,12 +36,11 @@ buildPythonPackage rec {
|
|||
];
|
||||
|
||||
disabledTests = [
|
||||
# Broken due to click 8.2.0 update
|
||||
# Fails with `TypeError: CliRunner.__init__() got an unexpected keyword argument 'mix_std...`
|
||||
# https://github.com/simonw/symbex/issues/48
|
||||
"test_output"
|
||||
"test_replace"
|
||||
"test_replace_errors"
|
||||
"test_errors"
|
||||
# Fails with AssertionError (SystemExit(1).stdout is '' not the expected message)
|
||||
"test_output"
|
||||
];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue