cat/connectors-ci: replace docker runner with dagger runner in CAT (#28000)
This commit is contained in:
@@ -1,2 +1 @@
|
||||
-e ../../bases/connector-acceptance-test
|
||||
-e .
|
||||
|
||||
@@ -9,7 +9,7 @@ MAIN_REQUIREMENTS = [
|
||||
"airbyte-cdk",
|
||||
]
|
||||
|
||||
TEST_REQUIREMENTS = ["pytest~=6.1", "pytest-mock~=3.6.1", "source-acceptance-test", "responses"]
|
||||
TEST_REQUIREMENTS = ["requests-mock~=1.9.3", "pytest~=6.1", "pytest-mock~=3.6.1", "responses"]
|
||||
|
||||
setup(
|
||||
name="source_clockify",
|
||||
|
||||
Reference in New Issue
Block a user