From 4f9ca6987b5a2609acdd1eb6ce3e50c80d53c1c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Est=C3=A8ve?= Date: Fri, 5 Jul 2024 07:11:44 +0200 Subject: [PATCH] Fix easy TODO --- tests/test_editable.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/test_editable.py b/tests/test_editable.py index 6d74b223..6df9c32a 100644 --- a/tests/test_editable.py +++ b/tests/test_editable.py @@ -325,8 +325,9 @@ def test_editable_importerror_on_rebuild_error(venv, package_complex, editable_c # TODO Why is the original error not in the stderr??? # assert "compilation_error_here" in stderr - # Restore original content and reimport to make sure that the workflow - # of "keep importing until the compilation error is fixed"" works + # Restore original content and import again, to make sure that the + # workflow of "keep importing until the compilation error is fixed"" + # works pyx.write_text(pyx_content) venv.python('-c', 'import complex') finally: