cat/connectors-ci: replace docker runner with dagger runner in CAT (#28000)
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
# This file is autogenerated -- only edit if you know what you are doing. Use setup.py for declaring dependencies.
|
||||
-e ../../bases/connector-acceptance-test
|
||||
-e .
|
||||
|
||||
@@ -7,7 +7,7 @@ from setuptools import find_packages, setup
|
||||
|
||||
MAIN_REQUIREMENTS = ["airbyte-cdk", "vcrpy==4.1.1"]
|
||||
|
||||
TEST_REQUIREMENTS = ["pytest~=6.1", "connector-acceptance-test", "requests_mock", "pytest-mock"]
|
||||
TEST_REQUIREMENTS = ["requests-mock~=1.9.3", "pytest~=6.1", "requests_mock", "pytest-mock"]
|
||||
|
||||
setup(
|
||||
name="source_gitlab",
|
||||
|
||||
Reference in New Issue
Block a user