Remove stale patches from test_traceback.py#8068
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
📦 Library DependenciesThe following Lib/ modules were modified. Here are their dependencies: [x] lib: cpython/Lib/traceback.py dependencies:
dependent tests: (156 tests)
Legend:
|
|
Does this PR follow our AI Policy? If not, we may close your PR. |
yeah, I've made it myself. no llms were used for this PR:) |
|
Isnt the checkbox intended to be checked only when the code is written by ai? |
fanninpm
left a comment
There was a problem hiding this comment.
A previous version of this file lacked a bunch of @cpython_only decorators. They have since been added, and so these @unittest.expectedFailure annotations can now go away.
Summary