plano/tests/archgw/pyproject.toml

27 lines
589 B
TOML

[tool.poetry]
name = "archgw_mock_tests"
version = "0.0.1"
description = "archgw mock tests"
authors = ["Katanemo Labs, Inc <info@katanemo.com>"]
license = "Apache 2.0"
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
pytest = "^8.3.3"
requests = "^2.29.0"
selenium = "^4.11.2"
pytest-sugar = "^1.0.0"
deepdiff = "^8.0.1"
pytest-retry = "^1.6.3"
pytest-httpserver = "^1.1.0"
[tool.poetry.dev-dependencies]
pytest-cov = "^4.1.0"
[tool.pytest.ini_options]
python_files = ["test*.py"]
addopts = ["-v", "-s"]
retry_delay = 0.5
cumulative_timing = false