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

Fix marker parsing and grouping during resolution #2384

Merged
merged 10 commits into from
Jun 22, 2018

Commits on Jun 22, 2018

  1. Exclude dependencies with failing markers from lock

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    9f58768 View commit details
    Browse the repository at this point in the history
  2. Add pytz-2018 wheel

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    93aceb1 View commit details
    Browse the repository at this point in the history
  3. Minor code cleanup

    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Add pytz and certifi updates
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Fix nondeterministic resolution bug
    
    - Update dependencies
    - Fix some issues with test logic
    - Update piptools patch
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Update more packages
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Update tests and utils
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Still need to tackle last few failures
    
    - this will seriously help with resolution issues
    
    Add alembic new version
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    c31a311 View commit details
    Browse the repository at this point in the history
  4. Catch AttributeErrors when resolving sdists

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    15bcf36 View commit details
    Browse the repository at this point in the history
  5. explicitly turn possible InlineTableElement to dict

    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Add updated regex dependency
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    32a89d9 View commit details
    Browse the repository at this point in the history
  6. Fix pip cahce dir argument

    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Add snaptime sdist
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Update core.py encoding and add gitattributes
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Fix deploy test
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Add pytest things
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Add py sdist
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    6c62d94 View commit details
    Browse the repository at this point in the history
  7. Update integration test

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    efe3965 View commit details
    Browse the repository at this point in the history
  8. Use the real marker parser -- confirmed working

    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Typo fix
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Move away from structlog for testing
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    
    Remove em-dash and ellipsis characters
    
    - Replace with dashes and dots
    
    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    6343acb View commit details
    Browse the repository at this point in the history
  9. Update news

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    f91c9e0 View commit details
    Browse the repository at this point in the history
  10. Minor control flow and test logic updates

    Signed-off-by: Dan Ryan <dan@danryan.co>
    techalchemy committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    b74c658 View commit details
    Browse the repository at this point in the history