python3Packages.aioconsole: disable failing test

main
Fabian Affolter 2 years ago
parent b161e729ab
commit 3eacaea9fe
  1. 2
      pkgs/development/python-modules/aioconsole/default.nix

@ -40,6 +40,8 @@ buildPythonPackage rec {
disabledTests = [
"test_interact_syntax_error"
# Output and the sandbox don't work well together
"test_interact_multiple_indented_lines"
];
pythonImportsCheck = [

Loading…
Cancel
Save