1
0
mirror of synced 2025-12-22 19:38:29 -05:00

connectors-ci: unpin pytest on specific connectors (#25562)

This commit is contained in:
Augustin
2023-04-27 13:57:45 +02:00
committed by GitHub
parent 836be82ebe
commit 787e8eefd3
14 changed files with 18 additions and 16 deletions

View File

@@ -10,6 +10,6 @@ setup(
author="Airbyte",
author_email="contact@airbyte.io",
packages=find_packages(),
install_requires=["airbyte-cdk", "pytest==6.1.2"],
install_requires=["airbyte-cdk", "pytest"],
package_data={"": ["*.json"]},
)