buck2 icon indicating copy to clipboard operation
buck2 copied to clipboard

OSS workflow: not possible to run `//tests/core/help` so docs PRs need FB internal fixups

Open lf- opened this issue 5 months ago • 0 comments

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.

lf- avatar Jul 07 '25 21:07 lf-