Skip to content

Conversation

scbedd
Copy link
Member

@scbedd scbedd commented Jun 25, 2025

Creating this PR for a discussion link

# if paths is set then find installed packages from given paths
ws = WorkingSet(paths) if paths else working_set
return ["{0}=={1}".format(p.project_name, p.version) for p in ws]
# Use importlib.metadata.distributions, optionally searching provided paths
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Accidentally added will be backed out.

# ]
#
# [tool.uv.sources]
# azure-sdk-tools = { path = "../../../../tools/azure-sdk-tools", editable = true }
Copy link
Member Author

@scbedd scbedd Jun 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should back the --editable out out and leave it to be updated manually when debugging a uv check

@scbedd scbedd changed the title Replace tox Prototype uv script Jun 25, 2025
@scbedd scbedd changed the title Prototype uv script Prototype uv script tox replacement Jun 25, 2025
@scbedd scbedd moved this from 🤔 Triage to 🔬 Dev in PR in Azure SDK EngSys 🍔🌭 Jun 25, 2025
@scbedd
Copy link
Member Author

scbedd commented Aug 26, 2025

Superceded by #42637 and #42677

@scbedd scbedd closed this Aug 26, 2025
@github-project-automation github-project-automation bot moved this from 🔬 Dev in PR to 🎊 Closed in Azure SDK EngSys 🍔🌭 Aug 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant