Skip to content

Commit f71ce95

Browse files
authored
Merge pull request #1472 from dandi/rebreak
Revert "Unbreak vcrpy install"
2 parents f07f824 + 0017ba1 commit f71ce95

File tree

4 files changed

+0
-32
lines changed

4 files changed

+0
-32
lines changed

.github/workflows/docs.yml

-7
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,5 @@ jobs:
3939
python -m pip install --upgrade pip wheel
4040
python -m pip install --upgrade tox
4141
42-
# <https://github.com/kevin1024/vcrpy/issues/855>
43-
# <https://github.com/pypa/setuptools/issues/4519>
44-
- name: Unbreak vcrpy install
45-
run: |
46-
echo 'setuptools<72' > /tmp/pip-constraint.txt
47-
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
48-
4942
- name: Build docs
5043
run: tox -e docs

.github/workflows/lint.yml

-11
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,16 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
fetch-depth: 0
15-
1615
- name: Set up Python
1716
uses: actions/setup-python@v5
1817
with:
1918
python-version: '3.8'
20-
2119
- name: Install dependencies
2220
run: |
2321
python -m pip install --upgrade pip
2422
python -m pip install --upgrade tox
25-
2623
# Annotate codespell within PR
2724
- uses: codespell-project/codespell-problem-matcher@v1
28-
29-
# <https://github.com/kevin1024/vcrpy/issues/855>
30-
# <https://github.com/pypa/setuptools/issues/4519>
31-
- name: Unbreak vcrpy install
32-
run: |
33-
echo 'setuptools<72' > /tmp/pip-constraint.txt
34-
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
35-
3625
- name: Run linters
3726
run: |
3827
tox -e lint

.github/workflows/test.yml

-7
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,6 @@ jobs:
6363
with:
6464
python-version: ${{ matrix.python }}
6565

66-
# <https://github.com/kevin1024/vcrpy/issues/855>
67-
# <https://github.com/pypa/setuptools/issues/4519>
68-
- name: Unbreak vcrpy install
69-
run: |
70-
echo 'setuptools<72' > /tmp/pip-constraint.txt
71-
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
72-
7366
- name: Install dependencies
7467
run: |
7568
python -m pip install --upgrade pip wheel

.github/workflows/typing.yml

-7
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,5 @@ jobs:
2323
python -m pip install --upgrade pip
2424
python -m pip install --upgrade tox
2525
26-
# <https://github.com/kevin1024/vcrpy/issues/855>
27-
# <https://github.com/pypa/setuptools/issues/4519>
28-
- name: Unbreak vcrpy install
29-
run: |
30-
echo 'setuptools<72' > /tmp/pip-constraint.txt
31-
echo PIP_CONSTRAINT=/tmp/pip-constraint.txt >> "$GITHUB_ENV"
32-
3326
- name: Run type checker
3427
run: tox -e typing

0 commit comments

Comments
 (0)