Update seq tests from 3.14.4#7606
Conversation
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (5)
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: (module 'dict test_listcomps test_set test_userdict' not found) Legend:
|
|
|
||
|
|
||
| @unittest.skip("TODO: RUSTPYTHON; segfault") | ||
| class TestBinaryOpsMutating(TestOperationsMutating): |
There was a problem hiding this comment.
This class no longer segfaults, right?
There was a problem hiding this comment.
Due to this, 60 tests will be reported as no longer being skipped. 🎉
| @unittest.skip("TODO: RUSTPYTHON; segfault") | ||
| class TestMethodsMutating(TestOperationsMutating): |
There was a problem hiding this comment.
This class no longer segfaults, right?
There was a problem hiding this comment.
Due to this, 66 tests will be reported as no longer being skipped. 🎉
No description provided.