Skip to content

Commit

Permalink
Fix easy TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Jul 5, 2024
1 parent 8b4a301 commit 4f9ca69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/test_editable.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4f9ca69

Please sign in to comment.