Skip to content

Commit

Permalink
Revert "Unbreak vcrpy install"
Browse files Browse the repository at this point in the history
This reverts commit b9c726d.
  • Loading branch information
jwodder committed Jul 29, 2024
1 parent f07f824 commit 0017ba1
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 32 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,5 @@ jobs:
python -m pip install --upgrade pip wheel
python -m pip install --upgrade tox
# <https://github.com/kevin1024/vcrpy/issues/855>
# <https://github.com/pypa/setuptools/issues/4519>
- name: Unbreak vcrpy install
run: |
echo 'setuptools<72' > /tmp/pip-constraint.txt
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
- name: Build docs
run: tox -e docs
11 changes: 0 additions & 11 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,16 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.8'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade tox
# Annotate codespell within PR
- uses: codespell-project/codespell-problem-matcher@v1

# <https://github.com/kevin1024/vcrpy/issues/855>
# <https://github.com/pypa/setuptools/issues/4519>
- name: Unbreak vcrpy install
run: |
echo 'setuptools<72' > /tmp/pip-constraint.txt
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
- name: Run linters
run: |
tox -e lint
7 changes: 0 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,6 @@ jobs:
with:
python-version: ${{ matrix.python }}

# <https://github.com/kevin1024/vcrpy/issues/855>
# <https://github.com/pypa/setuptools/issues/4519>
- name: Unbreak vcrpy install
run: |
echo 'setuptools<72' > /tmp/pip-constraint.txt
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
- name: Install dependencies
run: |
python -m pip install --upgrade pip wheel
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/typing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,5 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade tox
# <https://github.com/kevin1024/vcrpy/issues/855>
# <https://github.com/pypa/setuptools/issues/4519>
- name: Unbreak vcrpy install
run: |
echo 'setuptools<72' > /tmp/pip-constraint.txt
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
- name: Run type checker
run: tox -e typing

0 comments on commit 0017ba1

Please sign in to comment.