René's URL Explorer Experiment


Title: Run `cat_file.py` fixture without site customizations by EliahKagan · Pull Request #2052 · gitpython-developers/GitPython · GitHub

Open Graph Title: Run `cat_file.py` fixture without site customizations by EliahKagan · Pull Request #2052 · gitpython-developers/GitPython

X Title: Run `cat_file.py` fixture without site customizations by EliahKagan · Pull Request #2052 · gitpython-developers/GitPython

Description: This fixes a new TestGit::test_handle_process_output test failure on Cygwin where a CoverageWarning was printed to stderr in the Python interpreter subprocess running the cat_file.py fixture. Background We usually run the test suite with pytest-cov enabled. This is configured in pyproject.toml to happen by default. pytest-cov uses the coverage module, but it adds some more functionality. This includes instrumenting subprocesses, which is achieved by installing its pytest-cov.pth file into site-packages to be run by all Python interpreter instances. This causes interpeters to check for environment variables such as COV_CORE_SOURCE and to conditionally initialize pytest_cov. For details, see: https://pytest-cov.readthedocs.io/en/latest/subprocess-support.html coverage 7.9.0 was recently released. One of the changes is to start issuing a warning if it can't import the C tracer core. See: https://github.com/nedbat/coveragepy/releases/tag/7.9.0 Interaction with cat_file.py If this warning is issued in the cat_file.py subprocess used in test_handle_process_output, it causes the test to fail, because the subprocess writes two more lines to its standard error stream, which cause the line count to come out as two more than expected: /cygdrive/d/a/GitPython/GitPython/.venv/lib/python3.9/site-packages/coverage/core.py:96: CoverageWarning: Couldn't import C tracer: No module named 'coverage.tracer' (no-ctracer) warn(f"Couldn't import C tracer: {IMPORT_ERROR}", slug="no-ctracer", once=True) The Cygwin failure On most platforms, there is no failure, because the condition the warnings describe does not occur, so there are no warnings. But on Cygwin it does occur, resulting in a new test failure, showing > self.assertEqual(len(actual_lines[2]), expected_line_count, repr(actual_lines[2])) E AssertionError: 5004 != 5002 : ["/cygdrive/d/a/GitPython/GitPython/.venv/lib/python3.9/site-packages/coverage/core.py:96: CoverageWarning: Couldn't import C tracer: No module named 'coverage.tracer' (no-ctracer)\n", ' warn(f"Couldn\'t import C tracer: {IMPORT_ERROR}", slug="no-ctracer", once=True)\n', 'From github.com:jantman/gitpython_issue_301\n', ' = [up to date] master -> origin/master\n', ' = [up to date] testcommit1 -> origin/testcommit1\n', ' = [up to date] testcommit10 -> origin/testcommit10\n', ... where the first two elements of the list are from the lines of the warning message, and the others are as expected. (The above is a highly abridged extract, with the ... at the end standing for many more list items obtained through the cat_file.py fixture.) This new failure is triggered specifically by the new coverage package version. It is not due to any recent changes in GitPython. It can be observed by rerunning CI checks that have previously passed, or in: https://github.com/EliahKagan/GitPython/actions/runs/15598239952/job/43940156308#step:14:355 The fix There is more than one possible way to fix this, including fixing the underlying condition being warned about on Cygwin, or sanitizing environment variables for the subprocess. The approach taken here instead is based on the idea that the cat_file.py fixture is very simple, and that it is conceptually just a standalone Python script that doesn't do anything meant to depend on the current Python environment. Accordingly, this passes the -S option to the interpreter for the cat_file.py subprocess, so that interpreter refrains from loading the site module. This includes, among other simplifying effects, that the subprocess performs no .pth customizations.

Open Graph Description: This fixes a new TestGit::test_handle_process_output test failure on Cygwin where a CoverageWarning was printed to stderr in the Python interpreter subprocess running the cat_file.py fixture. Backg...

X Description: This fixes a new TestGit::test_handle_process_output test failure on Cygwin where a CoverageWarning was printed to stderr in the Python interpreter subprocess running the cat_file.py fixture. Backg...

Opengraph URL: https://github.com/gitpython-developers/GitPython/pull/2052

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:71eff8ed-a14f-bf4e-a916-d8076e5ca2a3
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9990:17C3B9:1083589:16D14C8:6968A911
html-safe-nonce83df0e367918fcc0a5f0780f0c773beac7e4b51dd80835ae1009193006b0957b
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5OTkwOjE3QzNCOToxMDgzNTg5OjE2RDE0Qzg6Njk2OEE5MTEiLCJ2aXNpdG9yX2lkIjoiNDcxMjkxNjY3Mjc4NTcyMTYxNyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac2a75d67be488212e41dff7445eb8d5402ea208f2047202be4aba20da5c536500
hovercard-subject-tagpull_request:2586316376
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/gitpython-developers/GitPython/pull/2052/checks
twitter:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/1771172?s=400&v=4
og:image:altThis fixes a new TestGit::test_handle_process_output test failure on Cygwin where a CoverageWarning was printed to stderr in the Python interpreter subprocess running the cat_file.py fixture. Backg...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonefdc7c66bd36a6c12eb8e771e806db863266e573fc299e77f27505a768d4f8a98
turbo-cache-controlno-cache
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release3223a6503d318917691422cdadfbe16cd8fb21e5
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/gitpython-developers/GitPython/pull/2052/checks#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2052%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
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
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
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%2Fgitpython-developers%2FGitPython%2Fpull%2F2052%2Fchecks
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%2Fchecks&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Reloadhttps://github.com/gitpython-developers/GitPython/pull/2052/checks
gitpython-developers https://github.com/gitpython-developers
GitPythonhttps://github.com/gitpython-developers/GitPython
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Notifications https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github.com/gitpython-developers/GitPython
Issues 169 https://github.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Insights https://github.com/gitpython-developers/GitPython/pulse
Code https://github.com/gitpython-developers/GitPython
Issues https://github.com/gitpython-developers/GitPython/issues
Pull requests https://github.com/gitpython-developers/GitPython/pulls
Discussions https://github.com/gitpython-developers/GitPython/discussions
Actions https://github.com/gitpython-developers/GitPython/actions
Security https://github.com/gitpython-developers/GitPython/security
Insights https://github.com/gitpython-developers/GitPython/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fgitpython-developers%2FGitPython%2Fissues%2Fnew%2Fchoose
EliahKaganhttps://github.com/EliahKagan
gitpython-developers:mainhttps://github.com/gitpython-developers/GitPython/tree/main
EliahKagan:cat-file-nocovhttps://github.com/EliahKagan/GitPython/tree/cat-file-nocov
Conversation 0 https://github.com/gitpython-developers/GitPython/pull/2052
Commits 1 https://github.com/gitpython-developers/GitPython/pull/2052/commits
Checks 27 https://github.com/gitpython-developers/GitPython/pull/2052/checks
Files changed https://github.com/gitpython-developers/GitPython/pull/2052/files
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Sign in for the full log viewhttps://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fpull%2F2052%2Fchecks
Run cat_file.py fixture without site customizations https://github.com/gitpython-developers/GitPython/pull/2052/checks#top
Please reload this pagehttps://github.com/gitpython-developers/GitPython/pull/2052/checks
Python package on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15604159581
test (ubuntu, 3.7) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678754?pr=2052
test (ubuntu, 3.8) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678770?pr=2052
test (ubuntu, 3.9) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678758?pr=2052
test (ubuntu, 3.10) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678751?pr=2052
test (ubuntu, 3.11) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678752?pr=2052
test (ubuntu, 3.12) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678757?pr=2052
test (ubuntu, 3.13) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678774?pr=2052
test (ubuntu, 3.13t) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678771?pr=2052
test (macos, 3.8) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678807?pr=2052
test (macos, 3.9) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678783?pr=2052
test (macos, 3.10) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678788?pr=2052
test (macos, 3.11) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678773?pr=2052
test (macos, 3.12) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678767?pr=2052
test (macos, 3.13) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678808?pr=2052
test (windows, 3.7) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678805?pr=2052
test (windows, 3.8) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678824?pr=2052
test (windows, 3.9) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678818?pr=2052
test (windows, 3.10) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678804?pr=2052
test (windows, 3.11) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678838?pr=2052
test (windows, 3.12) https://github.com/gitpython-developers/GitPython/actions/runs/15604159581/job/43949678831?pr=2052
CodeQL on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15604159591
Analyze (actions) https://github.com/gitpython-developers/GitPython/actions/runs/15604159591/job/43949678761?pr=2052
Analyze (python) https://github.com/gitpython-developers/GitPython/actions/runs/15604159591/job/43949678763?pr=2052
Lint on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15604159600
lint https://github.com/gitpython-developers/GitPython/actions/runs/15604159600/job/43949678755?pr=2052
test-cygwin on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15604159603
test (fast) https://github.com/gitpython-developers/GitPython/actions/runs/15604159603/job/43949678731?pr=2052
test (perf) https://github.com/gitpython-developers/GitPython/actions/runs/15604159603/job/43949678737?pr=2052
test-alpine on: pull_request https://github.com/gitpython-developers/GitPython/actions/runs/15604159602
test https://github.com/gitpython-developers/GitPython/actions/runs/15604159602/job/43949678738?pr=2052
CodeQL https://github.com/gitpython-developers/GitPython/pull/2052/checks?check_run_id=43949720701
https://github.com/gitpython-developers/GitPython/pull/2052/checks#annotation:11:50
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.