reorder pytests to prevent fixture race condition

This commit is contained in:
Lincoln Stein
2023-09-28 09:55:20 -04:00
parent 0b75a4fbb5
commit 81fce18c73
29 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from invokeai.app.services.session_queue.session_queue_common import (
populate_graph,
prepare_values_to_insert,
)
from tests.nodes.test_nodes import PromptTestInvocation
from .test_nodes import PromptTestInvocation
@pytest.fixture

View File

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB