Skip to content

Commit 79e6350

Browse files
committed
Pin older setuptools on CI
File "/home/runner/.local/share/virtualenvs/pyvec.org-2VXTcEni/lib/python3.9/site-packages/pylama/lint/__init__.py", line 10, in <module> from pkg_resources import iter_entry_points ModuleNotFoundError: No module named 'pkg_resources'
1 parent 19d0bb0 commit 79e6350

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ pipfile = "*"
2828
pylama = "*"
2929
pytest = "*"
3030
jsonschema = "*"
31+
setuptools = "<82" # pylama uses pkg_resources
3132

3233
[requires]
3334
python_version = "3.9"

0 commit comments

Comments
 (0)