Skip to content

Commit 163a8c8

Browse files
test: Test with singer-sdk @ main
1 parent 8e2a0f1 commit 163a8c8

File tree

3 files changed

+16
-13
lines changed

3 files changed

+16
-13
lines changed

poetry.lock

Lines changed: 14 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ sqlalchemy = "~=2.0"
3737
sshtunnel = "0.4.0"
3838

3939
[tool.poetry.dependencies.singer-sdk]
40-
version = "~=0.36.0"
40+
git = "https://github.com/meltano/sdk.git"
4141

4242
[tool.poetry.group.dev.dependencies]
4343
pytest = ">=7.4.2"

target_postgres/tests/test_target_postgres.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,15 @@
22

33
# flake8: noqa
44
import copy
5-
import datetime
65
import io
76
from contextlib import redirect_stdout
87
from decimal import Decimal
98
from pathlib import Path
109

11-
import jsonschema
1210
import pytest
1311
import sqlalchemy
1412
from singer_sdk.exceptions import InvalidRecord, MissingKeyPropertiesError
15-
from singer_sdk.testing import get_target_test_class, sync_end_to_end
13+
from singer_sdk.testing import sync_end_to_end
1614
from sqlalchemy.dialects.postgresql import ARRAY
1715
from sqlalchemy.types import TEXT, TIMESTAMP
1816

0 commit comments

Comments
 (0)