1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Restrict Python 3.6 unit test requirements for elastic-apm. (#5441)

This commit is contained in:
Felix Fontein 2022-10-29 13:02:29 +02:00 committed by GitHub
parent 03ba48cf78
commit 2754d86ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,4 +36,5 @@ dataclasses ; python_version == '3.6'
# opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10' # opentelemetry-sdk ; python_version >= '3.6' and python_version < '3.10'
# requirement for the elastic callback plugin # requirement for the elastic callback plugin
elastic-apm ; python_version >= '3.6' elastic-apm < 6.13.0 ; python_version == '3.6'
elastic-apm ; python_version >= '3.7'