Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' #19915

Closed
Bernhard-Fluehmann opened this issue Jul 14, 2020 · 2 comments · Fixed by #20603
Assignees
Labels
Team:Platforms Label for the Integrations - Platforms team

Comments

@Bernhard-Fluehmann
Copy link
Contributor

Bernhard-Fluehmann commented Jul 14, 2020

make testsuite in x-pack/filebeat prints the following error message:
......./tmp/python-env/build/ve/docker/lib/python3.7/site-packages/yaml/constructor.py:126: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
if not isinstance(key, collections.Hashable):

I don't know how important this is but thought it would be worth mentioning.

For confirmed bugs, please report:

  • Version: master
  • Operating System: Mac OS
  • Steps to Reproduce: make testsuite
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Jul 14, 2020
@andresrc andresrc added the Team:Platforms Label for the Integrations - Platforms team label Jul 15, 2020
@botelastic botelastic bot removed the needs_team Indicates that the issue/PR needs a Team:* label label Jul 15, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/integrations-platforms (Team:Platforms)

@tirkarthi
Copy link

This is due to pyyaml : yaml/pyyaml#202

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Platforms Label for the Integrations - Platforms team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants