Removes whitenoise patches and upgrades it to 6.8.1 (#8079)

This commit is contained in:
Trenton H
2024-10-28 08:34:26 -07:00
committed by GitHub
parent 3d030637ca
commit 3b2b4a9177
4 changed files with 8 additions and 17 deletions

View File

@@ -482,12 +482,6 @@ jobs:
name: Install Python dependencies
run: |
pipenv --python ${{ steps.setup-python.outputs.python-version }} sync --dev
-
name: Patch whitenoise
run: |
curl --fail --silent --show-error --location --output 484.patch https://github.com/evansd/whitenoise/pull/484.patch
patch -d $(pipenv --venv)/lib/python3.11/site-packages --verbose -p2 < 484.patch
rm 484.patch
-
name: Install system dependencies
run: |