InvokeAI
InvokeAI copied to clipboard
Bypass failing tests
"Fixes" the test suite generally so it doesn't fail CI, but some tests needed to be skipped/xfailed due to recent refactor.
- ignore three test suites that broke following the model manager refactor
- move
InvocationServicesfixture toconftest.py - add
boardsitems to theInvocationServicesfixture
This PR makes the unit tests work, but end-to-end tests are temporarily commented out due to invokeai-configure being broken in main - pending #3547
Looks like a lot of the tests need to be rewritten as they reference TextToImageInvocation / ImageToImageInvocation