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

Remove flake8 exception for deprecation warning (importlib.metadata) #88630

Closed
jaraco opened this issue Jun 20, 2021 · 3 comments
Closed

Remove flake8 exception for deprecation warning (importlib.metadata) #88630

jaraco opened this issue Jun 20, 2021 · 3 comments
Assignees
Labels
3.10 only security fixes 3.11 bug and security fixes stdlib Python modules in the Lib dir

Comments

@jaraco
Copy link
Member

jaraco commented Jun 20, 2021

BPO 44464
Nosy @jaraco, @miss-islington
PRs
  • bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. Sync with importlib_metadata 4.6. #26807
  • [3.10] bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) #26929
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/jaraco'
    closed_at = <Date 2021-06-28.12:38:45.307>
    created_at = <Date 2021-06-20.01:48:38.049>
    labels = ['library', '3.10', '3.11']
    title = 'Remove flake8 exception for deprecation warning (importlib.metadata)'
    updated_at = <Date 2021-06-28.12:38:45.306>
    user = 'https://github.com/jaraco'

    bugs.python.org fields:

    activity = <Date 2021-06-28.12:38:45.306>
    actor = 'jaraco'
    assignee = 'jaraco'
    closed = True
    closed_date = <Date 2021-06-28.12:38:45.307>
    closer = 'jaraco'
    components = ['Library (Lib)']
    creation = <Date 2021-06-20.01:48:38.049>
    creator = 'jaraco'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 44464
    keywords = ['patch']
    message_count = 3.0
    messages = ['396159', '396606', '396608']
    nosy_count = 2.0
    nosy_names = ['jaraco', 'miss-islington']
    pr_nums = ['26807', '26929']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue44464'
    versions = ['Python 3.10', 'Python 3.11']

    @jaraco
    Copy link
    Member Author

    jaraco commented Jun 20, 2021

    importlib_metadata 4.5 (https://importlib-metadata.readthedocs.io/en/latest/history.html#v4-5-0) removed the special exclusion for flake8 in the deprecation warning for deprecated interfaces in entry_points. For the same motivations there, do the same in importlib.metadata.

    @jaraco jaraco added 3.10 only security fixes 3.11 bug and security fixes labels Jun 20, 2021
    @jaraco jaraco self-assigned this Jun 20, 2021
    @jaraco jaraco added stdlib Python modules in the Lib dir 3.10 only security fixes 3.11 bug and security fixes labels Jun 20, 2021
    @jaraco jaraco self-assigned this Jun 20, 2021
    @jaraco jaraco added the stdlib Python modules in the Lib dir label Jun 20, 2021
    @jaraco
    Copy link
    Member Author

    jaraco commented Jun 27, 2021

    New changeset efe7d08 by Jason R. Coombs in branch 'main':
    bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (bpo-26807)
    efe7d08

    @jaraco
    Copy link
    Member Author

    jaraco commented Jun 27, 2021

    New changeset f4b31cd by Miss Islington (bot) in branch '3.10':
    bpo-44464: Remove special exclusion for flake8 in the deprecation warnings. (GH-26807) (GH-26929)
    f4b31cd

    @jaraco jaraco closed this as completed Jun 28, 2021
    @jaraco jaraco closed this as completed Jun 28, 2021
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.10 only security fixes 3.11 bug and security fixes stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant