Skip to content

Commit a7d8d56

Browse files
authored
Remove unactionable FIXME in InstallRequirement (#7001)
Merge pull request #7001 from chrahunt/refactor/refactor-5
2 parents 74ea33e + 8f684d9 commit a7d8d56

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pip/_internal/req/req_install.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,6 @@ def install_editable(
786786
no_user_config=self.isolated
787787
)
788788
with indent_log():
789-
# FIXME: should we do --install-headers here too?
790789
with self.build_env:
791790
call_subprocess(
792791
base_cmd +

0 commit comments

Comments
 (0)