forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
live-tests: delete the
debug
command (airbytehq#44854)
Co-authored-by: Natik Gadzhi <[email protected]>
- Loading branch information
1 parent
7d70f10
commit 35b05da
Showing
7 changed files
with
5 additions
and
273 deletions.
There are no files selected for viewing
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,2 +1 @@ | ||
regression_tests_artifacts | ||
live_tests_debug_reports |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" | |
|
||
[tool.poetry] | ||
name = "live-tests" | ||
version = "0.18.8" | ||
version = "0.19.0" | ||
description = "Contains utilities for testing connectors against live data." | ||
authors = ["Airbyte <[email protected]>"] | ||
license = "MIT" | ||
|
@@ -44,8 +44,6 @@ genson = "^1.2.2" | |
segment-analytics-python = "^2.3.2" | ||
python-slugify = ">=8.0.4" | ||
|
||
[tool.poetry.scripts] | ||
live-tests = "live_tests.cli:live_tests" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0.3.0" | ||
|
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
airbyte-ci/connectors/live-tests/src/live_tests/debug/__init__.py
This file was deleted.
Oops, something went wrong.
137 changes: 0 additions & 137 deletions
137
airbyte-ci/connectors/live-tests/src/live_tests/debug/cli.py
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
airbyte-ci/connectors/live-tests/src/live_tests/debug/consts.py
This file was deleted.
Oops, something went wrong.