Files
openide/python/helpersTests/pyproject.toml
Pavel Karateev 80943b2c1e PY-84850 add pytest-xdist to test dependencies
(cherry picked from commit 3200410bf6cee640db4e8714218b0dd0bed41e78)

IJ-MR-179209

GitOrigin-RevId: 73d362881a3aa67aaaacab9adc1fc21c5a5c063a
2025-10-22 13:15:26 +00:00

12 lines
202 B
TOML

[project]
name = "helpersTests"
version = "0.1.0"
description = "PyCharm helpers tests"
readme = "README.md"
requires-python = ">=3.8"
dependencies = [
"behave",
"pytest",
"pytest-xdist",
]