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