File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 64
64
- name : Test django latest
65
65
run : |
66
66
set -x # print commands that are executed
67
+ export PIP_CONSTRAINT=constraints.txt
67
68
./scripts/runtox.sh "py${{ matrix.python-version }}-django-latest"
68
69
- name : Test flask latest
69
70
run : |
@@ -140,6 +141,7 @@ jobs:
140
141
- name : Test django pinned
141
142
run : |
142
143
set -x # print commands that are executed
144
+ export PIP_CONSTRAINT=constraints.txt
143
145
./scripts/runtox.sh --exclude-latest "py${{ matrix.python-version }}-django"
144
146
- name : Test flask pinned
145
147
run : |
Original file line number Diff line number Diff line change
1
+ # Workaround for https://github.com/pypa/setuptools/issues/4519.
2
+ # Applies only for Django tests.
3
+ setuptools<72.0.0
You can’t perform that action at this time.
0 commit comments