Skip to content

Commit 7d4e462

Browse files
authored
Merge pull request #418 from rackerlabs/retire-setuptools
feat: remove usage of setuptools
2 parents b0979aa + ace493c commit 7d4e462

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed

python/understack-workflows/poetry.lock

Lines changed: 2 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/understack-workflows/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ python = "~3.11.0"
2727
pydantic = "^2"
2828
pynautobot = "^2.2.1"
2929
python-ironicclient = "^5"
30-
sushy = "^5"
31-
# required by sushy but not depended on by it
32-
setuptools = "^70"
30+
sushy = "^5.3.0"
3331
kubernetes = "29.0.0"
3432

3533
[tool.peotry.group.test]
@@ -57,10 +55,6 @@ undersync-device = "understack_workflows.main.undersync_device:main"
5755
nautobot-update-cf = "understack_workflows.main.nautobot_update_cf:main"
5856
get-standard-bmc-creds = "understack_workflows.main.get_standard_bmc_creds:main"
5957

60-
[tool.setuptools.packages.find]
61-
# avoid packaging up our tests
62-
exclude = ["tests*"]
63-
6458
[tool.pytest.ini_options]
6559
minversion = "6.0"
6660
addopts = "-ra --cov=understack_workflows"

python/understack-workflows/setup.py

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)