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

Skip test for | in dictionaries due to PEP-584 in Python 3.9+ #829

Merged
merged 1 commit into from
Sep 14, 2020
Merged

Skip test for | in dictionaries due to PEP-584 in Python 3.9+ #829

merged 1 commit into from
Sep 14, 2020

Conversation

tirkarthi
Copy link
Contributor

Steps

  • For new features or bug fixes, add a ChangeLog entry describing what your PR does.
  • Write a good description on what the PR does.

Description

Skip check for | in dictionaries since PEP 584 is implemented in Python 3.9 that adds support for dictionary union using | operator.

Type of Changes

Type
🐛 Bug fix

Related Issue

Closes #826

@mgorny
Copy link

mgorny commented Sep 10, 2020

ping.

@PCManticore PCManticore merged commit d184697 into pylint-dev:master Sep 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dict union operator in Python 3.9 causes test failure
3 participants