Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: sophie.cui@airbyte.io <sophie.cui@airbyte.io> Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
25 lines
531 B
TOML
25 lines
531 B
TOML
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|
|
|
|
[tool.poetry]
|
|
name = "source-woocommerce-tests"
|
|
version = "0.0.0"
|
|
description = "Unit tests for source-woocommerce"
|
|
authors = ["Airbyte <contact@airbyte.io>"]
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10,<3.13"
|
|
airbyte-cdk = "^6"
|
|
pytest = "^8"
|
|
freezegun = "^1.4.0"
|
|
pytest-mock = "^3.6.1"
|
|
requests-mock = "^1.12.1"
|
|
mock = "^5.1.0"
|
|
|
|
[tool.pytest.ini_options]
|
|
filterwarnings = [
|
|
"ignore:This class is experimental*"
|
|
]
|