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

Better error message for missing space before semicolon in requirements #1746

Merged
merged 2 commits into from
Feb 20, 2024

Commits on Feb 20, 2024

  1. Better error message for missing space before semicolon in requirements

    PEP 508 requires a space between a URL and the semicolon separating it from the markers to disambiguate it from a url ending with a semicolon. This is easy to get wrong because the space is not required after a plain name of PEP 440 specifier. The new error message explicitly points out the missing space.
    
    Fixes #1637.
    konstin committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f1d80a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd4b2c1 View commit details
    Browse the repository at this point in the history