[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