Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Alfredo Garcia <freddy.garcia7.fg@gmail.com>
18 lines
440 B
TOML
18 lines
440 B
TOML
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
[tool.poetry]
|
|
name = "source-intercom-tests"
|
|
version = "0.0.0"
|
|
description = "Unit tests for source-intercom"
|
|
authors = ["Airbyte <contact@airbyte.io>"]
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10,<3.13"
|
|
airbyte-cdk = "^7.5.0"
|
|
requests_mock = "^1"
|
|
pytest = "^8"
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"ignore:This class is experimental*"
|
|
]
|