Skip to content

Commit 4b858ca

Browse files
chore: Update taps used for testing (#597)
1 parent 0e6cc03 commit 4b858ca

File tree

2 files changed

+328
-332
lines changed

2 files changed

+328
-332
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ lint = [
5757
]
5858
testing = [
5959
"pytest>=9",
60-
"tap-countries",
61-
"tap-fundamentals",
60+
"meltano-tap-countries",
61+
"meltano-tap-fundamentals",
6262
]
6363
typing = [
6464
"mypy>=1.6.1",
@@ -130,5 +130,5 @@ sqlalchemy = "sa"
130130
convention = "google"
131131

132132
[tool.uv.sources]
133-
tap-countries = { git = "https://github.com/meltano/sdk.git", subdirectory = "packages/tap-countries", rev = "main" }
134-
tap-fundamentals = { git = "https://github.com/meltano/sdk.git", subdirectory = "packages/tap-fundamentals", rev = "main" }
133+
meltano-tap-countries = { git = "https://github.com/meltano/sdk.git", subdirectory = "packages/meltano-tap-countries", rev = "main" }
134+
meltano-tap-fundamentals = { git = "https://github.com/meltano/sdk.git", subdirectory = "packages/meltano-tap-fundamentals", rev = "main" }

0 commit comments

Comments
 (0)