Files
bec/pytest_bec_e2e/pyproject.toml
T
semantic-release f8b12ec3c9 3.46.0
Automatically generated by python-semantic-release
2025-06-26 10:22:30 +00:00

36 lines
780 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.46.0"
description = "BEC pytest plugin for end-to-end tests"
requires-python = ">=3.10"
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
]
dependencies = [
"bec_lib",
"bec_ipython_client",
"bec_server",
"pytest",
"pytest_redis",
]
[project.entry-points.pytest11]
bec_end2end_fixtures = "pytest_bec_e2e.plugin"
[project.urls]
"Bug Tracker" = "https://github.com/bec-project/bec/issues"
Homepage = "https://github.com/bec-project/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]
[tool.black]
line-length = 100
skip-magic-trailing-comma = true