Skip to content

Commit

Permalink
Merge pull request #3243 from VladimirSlavik/rhel8-remove-astroid-patch
Browse files Browse the repository at this point in the history
Drop astroid hotfix patch
  • Loading branch information
VladimirSlavik committed Mar 17, 2021
2 parents f7a1993 + 6159685 commit e8714d7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions dockerfile/anaconda-ci/Dockerfile
Expand Up @@ -40,10 +40,6 @@ RUN pip-3.6 install \
nose-testconfig \
rpmfluff

# HACK: Apply fix from https://github.com/PyCQA/astroid/pull/847 to avoid
# excessive memory usage, until astroid > 2.4.2 gets released
RUN curl https://github.com/PyCQA/astroid/commit/d62349a424c549b4634c90e471c9f876b99edfeb.patch | patch /usr/local/lib/python3*/site-packages/astroid/manager.py

# see https://github.com/martinpitt/anaconda/settings/actions/add-new-runner
RUN mkdir actions-runner && cd actions-runner && \
URL_BASE=https://github.com/actions/runner/releases && \
Expand Down

0 comments on commit e8714d7

Please sign in to comment.