replit / polygott

Base Docker image for the Repl.it evaluation server
https://replit.com
MIT License
389 stars 104 forks source link

python3: Use replit's version of pip instead of the official one #273

Closed lhchavez closed 2 years ago

lhchavez commented 2 years ago

This change allows us to use a new experiment to create a virtualenv that doesn't need to copy all the files. That way we can create virtualenvs inside the repl without it ballooning in size.

This change updates pip from v19.3.1 to v21.2.dev0 and drops dephell altogether.

replbot commented 2 years ago

Good work, this PRs short and easy to review! Promoting to bop.

replbot commented 2 years ago

unbooping: tests don't pass

replbot commented 2 years ago

prebooping: tests are pending

replbot commented 2 years ago

prebooping: tests are pending

replbot commented 2 years ago

unprebooping: approved

lhchavez commented 2 years ago

ugh, the parent build failed and it takes ages for a single run to finish. merging this directly to master :/