clean up todos and commented code

This commit is contained in:
Casey Faist
2020-03-26 11:26:03 -04:00
parent ab79d077da
commit dcb04b96c3
-8
View File
@@ -60,17 +60,9 @@ if [ ! "$SKIP_PIP_INSTALL" ]; then
exit 1
fi
# Cache pip packages ourselves
## TODO: Update to cache pip's built-in cache
# # Update cached version of requirements.txt
# cp -R $BUILD_DIR/requirements.txt "$CACHE_DIR/.heroku/requirements.txt"
cp requirements.txt .heroku/python/requirements-declared.txt
/app/.heroku/python/bin/pip freeze --disable-pip-version-check > .heroku/python/requirements-installed.txt
echo
# Install test dependencies, for CI.
if [ "$INSTALL_TEST" ]; then
if [[ -f "$1/requirements-test.txt" ]]; then