//! ref: composer/tests/Composer/Test/DependencyResolver/PoolBuilderTest.php // testPoolBuilder is a large fixture-driven case that loads packages from test inputs and // builds a Pool; constraint parsing uses a look-around regex the regex crate cannot compile. #[test] #[ignore = "not yet ported (fixture-driven PoolBuilder; constraint parsing uses a look-around regex)"] fn test_pool_builder() { todo!() }