We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 225dca8 + 2c37b33 commit dea0464Copy full SHA for dea0464
.github/workflows/_test.yml
@@ -50,9 +50,6 @@ jobs:
50
python-version: ${{ inputs.python-version }}
51
pip-install: ".[dev]"
52
53
- - name: Update setuptools
54
- run: pip install --upgrade setuptools
55
-
56
- name: Run tests
57
run: tox -e tests
58
pyproject.toml
@@ -48,6 +48,7 @@ dev = [
48
"sphinx-design",
49
"tox-direct",
"types-mock",
+ "setuptools>=70.1", # https://github.com/DiamondLightSource/aioca/issues/71
"aioca",
"p4p",
"httpx",
0 commit comments