Skip to content

Commit 79698f9

Browse files
committed
ci: add setuptools to pypy requirements
CI is complaining without this.
1 parent a74a409 commit 79698f9

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

ci/requirements.pypy.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ colorama
55
hypothesis
66
pytest-xdist
77
pytest
8+
setuptools

ci/requirements.pypy.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ pytest-xdist==3.8.0 \
5151
--hash=sha256:202ca578cfeb7370784a8c33d6d05bc6e13b4f25b5053c30a152269fd10f0b88 \
5252
--hash=sha256:7e578125ec9bc6050861aa93f2d59f1d8d085595d6551c2c90b6f4fad8d3a9f1
5353
# via -r ci/requirements.pypy.in
54+
setuptools==80.9.0 \
55+
--hash=sha256:062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922 \
56+
--hash=sha256:f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
57+
# via -r ci/requirements.pypy.in
5458
sortedcontainers==2.4.0 \
5559
--hash=sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88 \
5660
--hash=sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0

0 commit comments

Comments
 (0)