mirror of
https://github.com/elisspace/core.git
synced 2026-08-29 15:43:55 +00:00
Disable profiler.memory service with python 3.11 (#88136)
This commit is contained in:
@@ -90,7 +90,7 @@ def validate_requirements_format(integration: Integration) -> bool:
|
||||
if not version:
|
||||
continue
|
||||
|
||||
for part in version.split(","):
|
||||
for part in version.split(";", 1)[0].split(","):
|
||||
version_part = PIP_VERSION_RANGE_SEPARATOR.match(part)
|
||||
if (
|
||||
version_part
|
||||
|
||||
Reference in New Issue
Block a user