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

Convert exported requirements to constraints format #308

Merged
merged 20 commits into from
Mar 14, 2021

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    1512587 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f9b1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    074332a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2125d4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ffdad5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6b0022c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93573fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    af54897 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0092e5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1ff58c4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae48c40 View commit details
    Browse the repository at this point in the history
  12. test: Add functional test for URL dependencies

    Add a failing test for URL dependencies.
    
    Test output below:
    
      nox > Command python -m pip install
      --constraint=.nox/test/tmp/requirements.txt
      file:///…/url-dependency/dist/url_dependency-0.1.0-py3-none-any.whl failed
      with exit code 1:
    
      DEPRECATION: Constraints are only allowed to take the form of a package name
      and a version specifier. Other forms were originally permitted as an accident
      of the implementation, but were undocumented. The new implementation of the
      resolver no longer supports these forms. A possible replacement is replacing
      the constraint with a requirement.. You can find discussion regarding this at
      pypa/pip#8210.
    
      ERROR: Links are not allowed as constraints
    cjolowicz committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    1f6c7ef View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd097ac View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b098314 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    30ba11d View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7339c4b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    215a61b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f5257b2 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c1319d8 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a06ae67 View commit details
    Browse the repository at this point in the history