Skip to content

Commit 4722b65

Browse files
authored
Merge pull request #981 from dstufft/no-pre
Don't set PIP_PRE to 1 during install
2 parents 57d7b03 + 5e30fee commit 4722b65

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

virtualenv.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,6 @@ def space_path2url(p):
891891
"PIP_FIND_LINKS": findlinks,
892892
"PIP_USE_WHEEL": "1",
893893
"PIP_ONLY_BINARY": ":all:",
894-
"PIP_PRE": "1",
895894
"PIP_USER": "0",
896895
}
897896

0 commit comments

Comments
 (0)