You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mock WheelsV2 in unit-tests to avoid lengthy wheel-building. (#2281)
## Changes
This PR updates some of the unit-testing fixtures to mock `WheelsV2`
where this is referenced instead of the real thing; this avoids lengthy
wheel-building during unit tests.
(Wheel-building can easily exceed the 30s unit-testing deadline,
especially on developer laptops with the solacc dataset present.)
0 commit comments