File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change 16
16
-p 5432:5432 postgres
17
17
"""
18
18
19
- try :
20
- subprocess .check_output (
21
- "docker inspect bedbase-test --format '{{.State.Status}}'" , shell = True
22
- )
23
- SERVICE_UNAVAILABLE = False
24
- except :
25
- register (
26
- print , f"Some tests require a test database. To initiate it, run:\n { DB_CMD } "
27
- )
28
- SERVICE_UNAVAILABLE = True
19
+ # try:
20
+ # subprocess.check_output(
21
+ # "docker inspect bedbase-test --format '{{.State.Status}}'", shell=True
22
+ # )
23
+ # SERVICE_UNAVAILABLE = False
24
+ # except:
25
+ # register(
26
+ # print, f"Some tests require a test database. To initiate it, run:\n{DB_CMD}"
27
+ # )
28
+ # SERVICE_UNAVAILABLE = True
29
+ SERVICE_UNAVAILABLE = False
29
30
30
31
31
32
TESTS_DIR = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments