mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-06-27 04:22:05 +00:00
MINOR: Fix postgres conftest import (#17210)
This commit is contained in:
parent
b9e57c71e8
commit
8b9d8aad91
@ -168,6 +168,7 @@ plugins: Dict[str, Set[str]] = {
|
||||
DATA_DIFF["clickhouse"],
|
||||
},
|
||||
"dagster": {
|
||||
"croniter<3",
|
||||
VERSIONS["pymysql"],
|
||||
"psycopg2-binary",
|
||||
VERSIONS["geoalchemy2"],
|
||||
|
@ -8,10 +8,7 @@ from subprocess import CalledProcessError
|
||||
import pytest
|
||||
from testcontainers.postgres import PostgresContainer
|
||||
|
||||
from ingestion.src._openmetadata_testutils.helpers.docker import (
|
||||
copy_dir_to_container,
|
||||
try_bind,
|
||||
)
|
||||
from _openmetadata_testutils.helpers.docker import copy_dir_to_container, try_bind
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True, scope="session")
|
||||
|
Loading…
x
Reference in New Issue
Block a user