Python¤
JSON Schema
https://charbonnierg.github.io/pytest-broadcaster/latest/schemas/python_distribution.json
PythonDistribution
dataclass
¤
PythonDistribution(
version: Version,
processor: str,
platform: Platform,
packages: List[Package],
)
Version
dataclass
¤
Version(
major: int,
minor: int,
micro: int,
releaselevel: Releaselevel,
)
The version of the python interpreter being used to run the tests.
releaselevel
instance-attribute
¤
releaselevel: Releaselevel
The release level of the python interpreter.