René's URL Explorer Experiment


Title: Handle `--frozen` flag for Poetry backend via lockfile backup/restore by Copilot · Pull Request #1773 · usethis-python/usethis-python · GitHub

Open Graph Title: Handle `--frozen` flag for Poetry backend via lockfile backup/restore by Copilot · Pull Request #1773 · usethis-python/usethis-python

X Title: Handle `--frozen` flag for Poetry backend via lockfile backup/restore by Copilot · Pull Request #1773 · usethis-python/usethis-python

Description: Poetry's CLI has no --frozen equivalent. When frozen=True, poetry add/remove were running unmodified—resolving, locking, and installing despite the user requesting frozen mode. Changes call_poetry_subprocess: When frozen=True and the command is add/remove, the function now (1) inserts --lock to skip installation, and (2) uses a _frozen_poetry_lock context manager to back up poetry.lock to a temp directory before the subprocess and restore it afterwards. This ensures pyproject.toml is updated while the lockfile remains truly frozen—even on subprocess failure. _frozen_poetry_lock context manager: Encapsulates the backup/restore lifecycle for poetry.lock. If the lockfile exists beforehand it is backed up and restored on exit; if it did not exist, any lockfile created during the block is removed. The temp directory is always cleaned up. _noop_context: No-op context manager used as a fallback when frozen mode is not applicable. Tests: 8 unit tests on call_poetry_subprocess (frozen add/remove, non-applicable commands, frozen=False baseline, lockfile restore on success, lockfile restore on failure, lockfile removal when it didn't previously exist, temp directory cleanup) + 2 integration tests on add_deps_to_group/remove_deps_from_group with Poetry backend under frozen mode. 100% coverage on the changed module. # Poetry doesn't support a --frozen flag like uv does. To emulate frozen # behaviour we: (1) pass --lock to skip installation, (2) back up # poetry.lock before the subprocess and restore it afterwards so the # lockfile is never modified. frozen_applicable = usethis_config.frozen and args[:1] in (["add"], ["remove"]) if frozen_applicable: args = [args[0], "--lock", *args[1:]]

Open Graph Description: Poetry's CLI has no --frozen equivalent. When frozen=True, poetry add/remove were running unmodified—resolving, locking, and installing despite the user requesting frozen mode. Changes call_po...

X Description: Poetry's CLI has no --frozen equivalent. When frozen=True, poetry add/remove were running unmodified—resolving, locking, and installing despite the user requesting frozen mode. Changes cal...

Opengraph URL: https://github.com/usethis-python/usethis-python/pull/1773

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:3e8dd5e1-5c8a-0ad3-4124-54cf629e2ddf
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id95D8:3BEDBF:1392439:1B3333E:6A4DE947
html-safe-nonce3a67da9165f02da137210d8f043f2b293f6ddd43d31ec36069e74af5f0814ab9
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5NUQ4OjNCRURCRjoxMzkyNDM5OjFCMzMzM0U6NkE0REU5NDciLCJ2aXNpdG9yX2lkIjoiMjkxNDI1Mzg3MDM5NjcyOTY3MSIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac26c6574c09071397055b73a55a38675a9de818bafbdadb505a4452797e628ff1
hovercard-subject-tagpull_request:3484286838
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/usethis-python/usethis-python/pull/1773/files
twitter:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/1143301?s=400&v=4
og:image:altPoetry's CLI has no --frozen equivalent. When frozen=True, poetry add/remove were running unmodified—resolving, locking, and installing despite the user requesting frozen mode. Changes call_po...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None06b8a6144231bf3a234f1c2e9993861e07ce98a905912b114aa386c2d7e84b33
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/usethis-python/usethis-python git https://github.com/usethis-python/usethis-python.git
octolytics-dimension-user_id216362695
octolytics-dimension-user_loginusethis-python
octolytics-dimension-repository_id842189705
octolytics-dimension-repository_nwousethis-python/usethis-python
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id842189705
octolytics-dimension-repository_network_root_nwousethis-python/usethis-python
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release1d344bdb7547fe6bca17a59bb2b8aac3dc9532a0
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/usethis-python/usethis-python/pull/1773/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1773%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fusethis-python%2Fusethis-python%2Fpull%2F1773%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=usethis-python%2Fusethis-python
Reloadhttps://github.com/usethis-python/usethis-python/pull/1773/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1773/files
Reloadhttps://github.com/usethis-python/usethis-python/pull/1773/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1773/files
usethis-python https://github.com/usethis-python
usethis-pythonhttps://github.com/usethis-python/usethis-python
Notifications https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Fork 5 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Star 19 https://github.com/login?return_to=%2Fusethis-python%2Fusethis-python
Code https://github.com/usethis-python/usethis-python
Issues 163 https://github.com/usethis-python/usethis-python/issues
Pull requests 4 https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality 0 https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Code https://github.com/usethis-python/usethis-python
Issues https://github.com/usethis-python/usethis-python/issues
Pull requests https://github.com/usethis-python/usethis-python/pulls
Actions https://github.com/usethis-python/usethis-python/actions
Security and quality https://github.com/usethis-python/usethis-python/security
Insights https://github.com/usethis-python/usethis-python/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fusethis-python%2Fusethis-python%2Fissues%2Fnew%2Fchoose
nathanjmcdougallhttps://github.com/nathanjmcdougall
mainhttps://github.com/usethis-python/usethis-python/tree/main
copilot/test-poetry-backend-frozenhttps://github.com/usethis-python/usethis-python/tree/copilot/test-poetry-backend-frozen
Conversation 6 https://github.com/usethis-python/usethis-python/pull/1773
Commits 7 https://github.com/usethis-python/usethis-python/pull/1773/commits
Checks 20 https://github.com/usethis-python/usethis-python/pull/1773/checks
Files changed https://github.com/usethis-python/usethis-python/pull/1773/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1773/files
Handle --frozen flag for Poetry backend via lockfile backup/restore https://github.com/usethis-python/usethis-python/pull/1773/files#top
Show all changes 7 commits https://github.com/usethis-python/usethis-python/pull/1773/files
5c6e96c Initial plan Copilot Apr 2, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/5c6e96c088dc615242de142675e974ad9c1796fd
8a23d5a Add --lock flag for poetry backend under --frozen and add tests Copilot Apr 2, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/8a23d5ad63212c8c5875ac62b40d07d6a3b20d67
e933146 Use exact command assertions in frozen tests per code review Copilot Apr 2, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/e933146a71af7f70116b00aadbe6c3f7fa61ab63
6d1bc2c Backup and restore poetry.lock when frozen=True instead of just --lock Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/6d1bc2cb062c767c002e7a420bec5cd7e0c891bd
3236b7d Fix type error in tracking_mkdtemp mock for ty type checker Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/3236b7d771af6155437f88afd443b8b27a57051a
14033c0 plan: refactor to context manager Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/14033c0181dd1a057d2dc77f5ce129c5a96a094d
508b798 Refactor lockfile backup/restore into _frozen_poetry_lock context man… Copilot Apr 3, 2026 https://github.com/usethis-python/usethis-python/pull/1773/commits/508b798a3f4716fae6e063b17177168dd8bb913b
Clear filters https://github.com/usethis-python/usethis-python/pull/1773/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1773/files
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1773/files
skills-lock.json https://github.com/usethis-python/usethis-python/pull/1773/files#diff-24f818c99965183008b728f1585e20a3923e08ebd68dc577245b10d01752499f
call.py https://github.com/usethis-python/usethis-python/pull/1773/files#diff-ef8dfa2e6087fd7d092e2956e59f79a0043de3bd25df630a97c64aa86012932d
test_call.py https://github.com/usethis-python/usethis-python/pull/1773/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
test_deps.py https://github.com/usethis-python/usethis-python/pull/1773/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
skills-lock.jsonhttps://github.com/usethis-python/usethis-python/pull/1773/files#diff-24f818c99965183008b728f1585e20a3923e08ebd68dc577245b10d01752499f
View file https://github.com/usethis-python/usethis-python/blob/508b798a3f4716fae6e063b17177168dd8bb913b/skills-lock.json
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1773/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-24f818c99965183008b728f1585e20a3923e08ebd68dc577245b10d01752499f
src/usethis/_backend/poetry/call.pyhttps://github.com/usethis-python/usethis-python/pull/1773/files#diff-ef8dfa2e6087fd7d092e2956e59f79a0043de3bd25df630a97c64aa86012932d
View file https://github.com/usethis-python/usethis-python/blob/508b798a3f4716fae6e063b17177168dd8bb913b/src/usethis/_backend/poetry/call.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1773/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-ef8dfa2e6087fd7d092e2956e59f79a0043de3bd25df630a97c64aa86012932d
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-ef8dfa2e6087fd7d092e2956e59f79a0043de3bd25df630a97c64aa86012932d
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-ef8dfa2e6087fd7d092e2956e59f79a0043de3bd25df630a97c64aa86012932d
tests/usethis/_backend/poetry/test_call.pyhttps://github.com/usethis-python/usethis-python/pull/1773/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
View file https://github.com/usethis-python/usethis-python/blob/508b798a3f4716fae6e063b17177168dd8bb913b/tests/usethis/_backend/poetry/test_call.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1773/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-d994ef8180ba35b2e621e3a46b30ddb11a45268826d6071ff8e6f48f74ea2491
tests/usethis/test_deps.pyhttps://github.com/usethis-python/usethis-python/pull/1773/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
View file https://github.com/usethis-python/usethis-python/blob/508b798a3f4716fae6e063b17177168dd8bb913b/tests/usethis/test_deps.py
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/usethis-python/usethis-python/pull/1773/{{ revealButtonHref }}
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
https://github.com/usethis-python/usethis-python/pull/1773/files#diff-87cee54ce3661f270c09194e0ed323be830aa5ab70975b0e66e3ed956de46c8d
Please reload this pagehttps://github.com/usethis-python/usethis-python/pull/1773/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.