From 79e6350e2da150f37d270d6bdd0491814fe1f9d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 15 Mar 2026 20:08:31 +0100 Subject: [PATCH] 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 from pkg_resources import iter_entry_points ModuleNotFoundError: No module named 'pkg_resources' --- Pipfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Pipfile b/Pipfile index 59eded9..2b42393 100644 --- a/Pipfile +++ b/Pipfile @@ -28,6 +28,7 @@ pipfile = "*" pylama = "*" pytest = "*" jsonschema = "*" +setuptools = "<82" # pylama uses pkg_resources [requires] python_version = "3.9"