Skip to content

Commit a8d29f7

Browse files
committed
Change something so tests are not skipped
1 parent 7b96a3c commit a8d29f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pip/__pip-runner__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ def find_spec(
3030
return spec
3131

3232

33+
# TODO https://github.com/pypa/pip/issues/11294
3334
sys.meta_path.insert(0, PipImportRedirectingFinder())
3435

3536
assert __name__ == "__main__", "Cannot run __pip-runner__.py as a non-main module"

0 commit comments

Comments
 (0)