| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This pull request introduces a new core_deps_from_source test session across multiple packages, updating CI scripts to trigger downstream testing of handwritten packages when core dependencies or CI configurations change. Feedback on these changes highlights the need to type-validate loaded JSON metadata and normalize path strings in ci/get_package_shards.py to prevent potential runtime errors and cross-platform issues. Additionally, the fragile while loops used to locate the packages directory in several package noxfile.py files should be replaced with a more robust generator expression to ensure compatibility with preview packages.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR re-enabled the core_deps check on pre-submit, with a few changes.
This test triggers the core_deps_from_source nox session, which will run the unit tests against the unreleased copy of the library present in the codebase
Unlike the previous test:
This change also modified noxfiles, to better support preview packages, and avoid downloading over the network when possible
Tests are blocked on #18230