bec/pytest_bec_e2e/pyproject.toml
semantic-release 2aaef57314 3.7.3
Automatically generated by python-semantic-release
2025-01-21 08:35:13 +00:00

36 lines
769 B
TOML

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "pytest-bec-e2e"
version = "3.7.3"
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://gitlab.psi.ch/bec/bec/issues"
Homepage = "https://gitlab.psi.ch/bec/bec"
[tool.hatch.build.targets.wheel]
include = ["*"]
[tool.black]
line-length = 100
skip-magic-trailing-comma = true