Co-authored-by: maxime.c <maxime@airbyte.io> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
21 lines
453 B
TOML
21 lines
453 B
TOML
[build-system]
|
|
requires = [ "poetry-core>=1.0.0",]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
name = "source-zendesk-chat-tests"
|
|
version = "1.2.0"
|
|
description = "Unit tests for source-zendesk-chat"
|
|
authors = ["Airbyte <contact@airbyte.io>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10,<3.13"
|
|
airbyte-cdk = "==7.3.9"
|
|
pytest = "^8"
|
|
requests-mock = "*"
|
|
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"ignore:This class is experimental*"
|
|
]
|