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

[4.6] Fix test_getfslineno for Python 3.9 #7181

Closed
wants to merge 1 commit into from

Commits on May 7, 2020

  1. Fix test_getfslineno for Python 3.9

    inspect.getsource improved in Python 3.9 (utilizing the ast and __qualname__)
    See https://bugs.python.org/issue35113
    
    Resolves pytest-dev#7161
    asottile authored and hroncok committed May 7, 2020
    Configuration menu
    Copy the full SHA
    ab1996c View commit details
    Browse the repository at this point in the history