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:
Ralph Bean
2017-07-06 21:02:32 -04:00
parent 3e819abcb6
commit a755104bd4
6 changed files with 16 additions and 19 deletions

View File

@@ -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