python3Packages.aioconsole: disable failing test

This commit is contained in:
Fabian Affolter 2022-04-21 10:37:39 +02:00
parent b161e729ab
commit 3eacaea9fe

View file

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