1
0
mirror of synced 2025-12-25 02:09:19 -05:00

cat/connectors-ci: replace docker runner with dagger runner in CAT (#28000)

This commit is contained in:
Augustin
2023-08-11 17:58:48 +02:00
committed by GitHub
parent 6946052513
commit 00d9462216
577 changed files with 2659 additions and 1532 deletions

View File

@@ -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 .

View File

@@ -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",