forked from ydb-platform/ydb
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable style tests in ydb/library/yql/providers/generic/connector/te…
…sts (ydb-platform#3373)
- Loading branch information
1 parent
b2d9774
commit 09c0a84
Showing
9 changed files
with
1 addition
and
15 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
ydb/library/yql/providers/generic/connector/tests/datasource/clickhouse/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
ydb/library/yql/providers/generic/connector/tests/datasource/postgresql/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
ydb/library/yql/providers/generic/connector/tests/test_cases/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PY3_LIBRARY() | ||
|
||
STYLE_PYTHON() | ||
|
||
PY_SRCS( | ||
base.py | ||
select_missing_database.py | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 0 additions & 2 deletions
2
ydb/library/yql/providers/generic/connector/tests/utils/clients/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PY3_LIBRARY() | ||
|
||
STYLE_PYTHON() | ||
|
||
PY_SRCS( | ||
clickhouse.py | ||
postgresql.py | ||
|
2 changes: 0 additions & 2 deletions
2
ydb/library/yql/providers/generic/connector/tests/utils/scenario/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PY3_LIBRARY() | ||
|
||
STYLE_PYTHON() | ||
|
||
PY_SRCS( | ||
clickhouse.py | ||
postgresql.py | ||
|
2 changes: 0 additions & 2 deletions
2
ydb/library/yql/providers/generic/connector/tests/utils/types/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PY3_LIBRARY() | ||
|
||
STYLE_PYTHON() | ||
|
||
PY_SRCS( | ||
clickhouse.py | ||
postgresql.py | ||
|
2 changes: 0 additions & 2 deletions
2
ydb/library/yql/providers/generic/connector/tests/utils/ya.make
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,5 @@ | ||
PY3_LIBRARY() | ||
|
||
STYLE_PYTHON() | ||
|
||
PY_SRCS( | ||
artifacts.py | ||
comparator.py | ||
|