mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-07-17 03:20:52 +08:00
Fix the test suite.
We had some circular imports that caused the tests (and more?) to fail. I ran into this when looking at the tests for #583 and #595.
This commit is contained in:
@@ -42,8 +42,6 @@ from OpenSSL.SSL import SysCallError
|
||||
from module_build_service import conf, log, db
|
||||
import module_build_service.scm
|
||||
import module_build_service.utils
|
||||
import module_build_service.scheduler
|
||||
import module_build_service.scheduler.consumer
|
||||
from module_build_service.builder.utils import execute_cmd
|
||||
|
||||
from base import GenericBuilder
|
||||
|
||||
Reference in New Issue
Block a user