mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-16 21:27:03 +00:00
fix(ingest): temporarily disable vertica tests (#7059)
This commit is contained in:
parent
7192f1699d
commit
890dae0199
@ -438,7 +438,6 @@ base_dev_requirements = {
|
|||||||
"starburst-trino-usage",
|
"starburst-trino-usage",
|
||||||
"powerbi",
|
"powerbi",
|
||||||
"powerbi-report-server",
|
"powerbi-report-server",
|
||||||
"vertica",
|
|
||||||
"salesforce",
|
"salesforce",
|
||||||
"unity-catalog"
|
"unity-catalog"
|
||||||
# airflow is added below
|
# airflow is added below
|
||||||
@ -474,7 +473,7 @@ full_test_dev_requirements = {
|
|||||||
"mysql",
|
"mysql",
|
||||||
"mariadb",
|
"mariadb",
|
||||||
"redash",
|
"redash",
|
||||||
"vertica",
|
# "vertica",
|
||||||
]
|
]
|
||||||
for dependency in plugins[plugin]
|
for dependency in plugins[plugin]
|
||||||
),
|
),
|
||||||
|
@ -7,6 +7,10 @@ from tests.test_helpers.docker_helpers import is_responsive, wait_for_port
|
|||||||
|
|
||||||
FROZEN_TIME = "2020-04-14 07:00:00"
|
FROZEN_TIME = "2020-04-14 07:00:00"
|
||||||
|
|
||||||
|
pytestmark = pytest.mark.skip(
|
||||||
|
reason="Vertica tests are disabled due to a dependency conflict with SQLAlchemy 1.3.24"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture(scope="module")
|
@pytest.fixture(scope="module")
|
||||||
def test_resources_dir(pytestconfig):
|
def test_resources_dir(pytestconfig):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user