Skip to content

Comments

deps: upgrade pyfakefs, and fix bug#145

Merged
bjornars merged 2 commits intonovem-code:mainfrom
bjornars:bsn/pyfakefs-5.10.2
Dec 15, 2025
Merged

deps: upgrade pyfakefs, and fix bug#145
bjornars merged 2 commits intonovem-code:mainfrom
bjornars:bsn/pyfakefs-5.10.2

Conversation

@bjornars
Copy link
Contributor

  • build(deps-dev): bump pyfakefs from 5.6.0 to 5.10.2
  • cli: use sys.excepthook instead of nuking sys.tracebacklimit

dependabot bot and others added 2 commits December 15, 2025 13:41
Bumps [pyfakefs](https://github.com/pytest-dev/pyfakefs) from 5.6.0 to 5.10.2.
- [Release notes](https://github.com/pytest-dev/pyfakefs/releases)
- [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md)
- [Commits](pytest-dev/pyfakefs@v5.6.0...v5.10.2)

---
updated-dependencies:
- dependency-name: pyfakefs
  dependency-version: 5.10.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
`sys.tracebacklimit` has global effects. `pyfakefs==5.10.2` was looking
at the stack trace to figure out where it was called from, and it got
an empty list.

Lets install a more targeted `sys.excepthook` to handle top-level
uncaught exceptions instead.

Tested on 3.13 and 3.9.
@bjornars bjornars merged commit 7017bed into novem-code:main Dec 15, 2025
5 checks passed
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.

2 participants