Skip to content

Fix typo: tool.uv.environmenttool.uv.environments#1745

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/fix-typo-in-tool-uv-environments
Apr 1, 2026
Merged

Fix typo: tool.uv.environmenttool.uv.environments#1745
nathanjmcdougall merged 2 commits intomainfrom
copilot/fix-typo-in-tool-uv-environments

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 1, 2026

The test fixture was setting tool.uv.environment (singular) in pyproject.toml, but the correct uv config key is tool.uv.environments (plural).

  • Fixed key and comment in tests/conftest.py

…st fixture

Resolves #1653

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/56bf7f3e-f8bb-4ce7-9fca-7cff64a2d223

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix typo in key tool.uv.environments Fix typo: tool.uv.environmenttool.uv.environments Apr 1, 2026
Copilot AI requested a review from nathanjmcdougall April 1, 2026 19:11
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review April 1, 2026 19:14
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@codspeed-hq
Copy link
Copy Markdown

codspeed-hq bot commented Apr 1, 2026

Merging this PR will not alter performance

✅ 2 untouched benchmarks


Comparing copilot/fix-typo-in-tool-uv-environments (d6c5d51) with main (f513846)1

Open in CodSpeed

Footnotes

  1. No successful run was found on main (c8c2a0d) during the generation of this report, so f513846 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@nathanjmcdougall nathanjmcdougall merged commit 4c67504 into main Apr 1, 2026
20 checks passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/fix-typo-in-tool-uv-environments branch April 1, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use correct key tool.uv.environments without typo

2 participants