Skip to content

Commit 842f063

Browse files
committed
fix tests
1 parent 38e52d6 commit 842f063

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25+
# requirements.txt omits setuptools (pip-compile); setuptools<82 needed for pkg_resources (devpi-server)
26+
python -m pip install 'setuptools<82'
2527
python -m pip install -r requirements.txt
2628
python -m pip install --no-deps -e .
2729
if [ "${{ matrix.python-version }}" != "3.13" ]; then # workaround for TheKevJames/coveralls-python#523

0 commit comments

Comments
 (0)