Skip to content

Commit dea0464

Browse files
authored
Merge pull request #180 from DiamondLightSource/setuptools
Add setuptools to dev requirements for aioca
2 parents 225dca8 + 2c37b33 commit dea0464

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/_test.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ jobs:
5050
python-version: ${{ inputs.python-version }}
5151
pip-install: ".[dev]"
5252

53-
- name: Update setuptools
54-
run: pip install --upgrade setuptools
55-
5653
- name: Run tests
5754
run: tox -e tests
5855

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ dev = [
4848
"sphinx-design",
4949
"tox-direct",
5050
"types-mock",
51+
"setuptools>=70.1", # https://github.com/DiamondLightSource/aioca/issues/71
5152
"aioca",
5253
"p4p",
5354
"httpx",

0 commit comments

Comments
 (0)