1
0
mirror of synced 2025-12-22 03:21:25 -05:00
Files
airbyte/airbyte-integrations/connectors/source-zendesk-chat/unit_tests/pyproject.toml
2025-10-27 10:16:24 -05:00

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*"
]