[ty] Remove py-fuzzer skips for seeds that are no longer slow#19906
Merged
AlexWaygood merged 2 commits intomainfrom Aug 13, 2025
Merged
[ty] Remove py-fuzzer skips for seeds that are no longer slow#19906AlexWaygood merged 2 commits intomainfrom
AlexWaygood merged 2 commits intomainfrom
Conversation
Member
Author
|
oh do we not run the fuzzer CI job on PRs that touch the fuzzer? |
8f34cd8 to
74fc85b
Compare
Member
Author
Fixed this. The run successfully completed in 1m25s 🎉 https://github.com/astral-sh/ruff/actions/runs/16951581527/job/48045472265?pr=19906 |
carljm
approved these changes
Aug 13, 2025
Contributor
|
dcreager
added a commit
that referenced
this pull request
Aug 14, 2025
* main: Feature/build riscv64 bin (#19819) [ty] Add caching to `CodeGeneratorKind::matches()` (#19912) [ty] Rename `functionArgumentNames` to `callArgumentNames` inlay hint setting (#19911) [ty] Default `ty.inlayHints.*` server settings to true (#19910) [ty] Remove py-fuzzer skips for seeds that are no longer slow (#19906) [ty] fix deferred name loading in PEP695 generic classes/functions (#19888) [ty] Add some additional type safety to `CycleDetector` (#19903) [`flake8-blind-except`] Fix `BLE001` false-positive on `raise ... from None` (#19755) [ty] resolve docstrings for modules (#19898)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
These used to take a very long time for ty to check, but it doesn't seem like that's the case anymore!
Test Plan
uvx --force-reinstall --from=./python/py-fuzzer fuzz --bin=ty 0-500python/py-fuzzerand ranuv run --with=mypy mypy