python3Packages.traitlets: disable failing tests
This commit is contained in:
@@ -36,8 +36,6 @@ buildPythonPackage rec {
|
||||
disabledTests = [
|
||||
# https://github.com/ipython/traitlets/issues/902
|
||||
"test_complete_custom_completers"
|
||||
]
|
||||
++ lib.optionals (pythonAtLeast "3.14") [
|
||||
# https://github.com/ipython/traitlets/issues/925
|
||||
"test_complete_simple_app"
|
||||
"test_complete_subcommands_subapp1"
|
||||
|
||||
Reference in New Issue
Block a user