Skip to content

Commit

Permalink
Remove workaround for setuptools issue
Browse files Browse the repository at this point in the history
Latest version of setuptools is 60.7.1
https://setuptools.pypa.io/en/latest/history.html

On build and deploy of this cahnge this appears to
have fixed the problem identified for setuptools
version 50, here:
pypa/setuptools#2352
  • Loading branch information
jsugarman committed Feb 4, 2022
1 parent be5da86 commit bdf506a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ ENV APP_GIT_COMMIT=${COMMIT_ID}
ENV APP_BUILD_DATE=${BUILD_DATE}
ENV APP_BUILD_TAG=${BUILD_TAG}

# temporary "escape hatch" for setuputools > 50.0
# https://github.com/pypa/setuptools/issues/2352
ENV SETUPTOOLS_USE_DISTUTILS=stdlib

# clearing data to prevent UNIQUE constraint violations when rebuilding locally, at least
RUN python3 manage.py migrate --no-input \
&& python3 manage.py cleardata \
Expand Down

0 comments on commit bdf506a

Please sign in to comment.