Skip to content

Update preference order for local venv in poetry environment#338

Merged
karthiknadig merged 1 commit intomainfrom
interim-tern
Feb 5, 2026
Merged

Update preference order for local venv in poetry environment#338
karthiknadig merged 1 commit intomainfrom
interim-tern

Conversation

@karthiknadig
Copy link
Member

Fixes #335

Revise the order of preference for using a local virtual environment in the poetry configuration to prioritize project-level settings over environment variables and global settings.

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Test Coverage Report (Linux)

Metric Value
Current Coverage 57.2%
Base Branch Coverage 57.2%
Delta 0% ➖

Coverage unchanged.

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Performance Report (Linux) 🔺

Metric PR Baseline Delta Change
Server Startup 1ms 1ms 0ms 0%
Full Refresh 587ms 187ms 400ms 210.0%

Legend
  • 🚀 Significant speedup (>100ms faster)
  • ✅ Faster than baseline
  • ➖ No significant change
  • 🔺 Slower than baseline (>100ms)
  • ⚠️ Significant slowdown (>500ms)

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Performance Report (Windows) ⚠️

Metric PR Baseline Delta Change
Server Startup 14ms 15ms -1ms -6.7%
Full Refresh 1551ms 742ms 809ms 109%

Legend
  • 🚀 Significant speedup (>100ms faster)
  • ✅ Faster than baseline
  • ➖ No significant change
  • 🔺 Slower than baseline (>100ms)
  • ⚠️ Significant slowdown (>500ms)

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Test Coverage Report (Windows)

Metric Value
Current Coverage 52.94%
Base Branch Coverage 52.94%
Delta 0% ➖

Coverage unchanged.

@github-actions
Copy link

github-actions bot commented Feb 5, 2026

Performance Report (macOS)

Metric PR Baseline Delta
Server Startup 966ms 1212ms -246ms
Full Refresh 50213ms 58644ms -8431ms

Legend
  • 🚀 Significant speedup (>100ms faster)
  • ✅ Faster than baseline
  • ➖ No significant change
  • 🔺 Slower than baseline (>100ms)
  • ⚠️ Significant slowdown (>500ms)

@karthiknadig karthiknadig marked this pull request as ready for review February 5, 2026 15:03
@karthiknadig karthiknadig enabled auto-merge (squash) February 5, 2026 15:03
@vs-code-engineering vs-code-engineering bot added this to the February 2026 milestone Feb 5, 2026
@karthiknadig karthiknadig merged commit 20515e2 into main Feb 5, 2026
30 checks passed
@karthiknadig karthiknadig deleted the interim-tern branch February 5, 2026 15:12
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.

Poetry: virtualenvs.in-project config priority order incorrect

2 participants