buck2
buck2 copied to clipboard
OSS workflow: not possible to run `//tests/core/help` so docs PRs need FB internal fixups
This is because tests is in project.ignore.
There's golden tests in there which can't be run outside FB, so they are ~guaranteed to fail for external contributions.
- https://github.com/facebook/buck2/pull/1013
- https://github.com/facebook/buck2/pull/1025
At least one proximate cause is https://github.com/facebook/buck2/issues/1026, which is that the pytest macros being used by the buck2 test suite are not available externally.