Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit43e44c1

Browse files
author
d.kovalenko
committed
[hack] Do not use an indirect import
It creates unexpected problems with import of testgres.common on alpine (CI).
1 parent839af1e commit43e44c1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

‎__init__.py‎

Whitespace-only changes.

‎tests/__init__.py‎

Whitespace-only changes.

‎tests/helpers/__init__.py‎

Whitespace-only changes.

‎tests/test_os_ops_common.py‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# coding: utf-8
2-
from .helpers.global_dataimportOsOpsDescr
3-
from .helpers.global_dataimportOsOpsDescrs
4-
from .helpers.global_dataimportOsOperations
5-
from .helpers.run_conditionsimportRunConditions
2+
fromtests.helpers.global_dataimportOsOpsDescr
3+
fromtests.helpers.global_dataimportOsOpsDescrs
4+
fromtests.helpers.global_dataimportOsOperations
5+
fromtests.helpers.run_conditionsimportRunConditions
66

77
importos
88

‎tests/test_os_ops_local.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# coding: utf-8
2-
from .helpers.global_dataimportOsOpsDescrs
3-
from .helpers.global_dataimportOsOperations
2+
fromtests.helpers.global_dataimportOsOpsDescrs
3+
fromtests.helpers.global_dataimportOsOperations
44

55
importos
66

‎tests/test_os_ops_remote.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# coding: utf-8
22

3-
from .helpers.global_dataimportOsOpsDescrs
4-
from .helpers.global_dataimportOsOperations
3+
fromtests.helpers.global_dataimportOsOpsDescrs
4+
fromtests.helpers.global_dataimportOsOperations
55

66
fromsrc.exceptionsimportExecUtilException
77

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp