mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #5441/2754d86a backport][stable-3] [stable-4] Fix CI (#5442)
* Restrict Python 3.6 unit test requirements for elastic-apm. (#5441)
(cherry picked from commit 2754d86ac5
)
* Stick to the older version.
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
afcb4bf4d0
commit
b8aaac0839
1 changed files with 1 additions and 1 deletions
|
@ -35,4 +35,4 @@ 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
|
||||||
|
|
Loading…
Reference in a new issue