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

Generate hashes for all available candidates #1723

Merged
merged 7 commits into from
Nov 19, 2022

Commits on Nov 19, 2022

  1. Generate hashes for all available candidates

    Generate hashes covering the PyPi index as well as additional candidates available through an extra index of find-links. Currently if PyPi index is available the hashes will be limited to those available in it.
    
    [#pre-commit.ci] auto fixes from pre-commit.com hooks
    [#pre-commit.ci] auto fixes from pre-commit.com hooks
    neykov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    1c490cf View commit details
    Browse the repository at this point in the history
  2. Add test with no mocks

    neykov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    727a1ec View commit details
    Browse the repository at this point in the history
  3. Fix linters

    neykov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3289429 View commit details
    Browse the repository at this point in the history
  4. [pre-commit.ci] auto fixes from pre-commit.com hooks

    for more information, see https://pre-commit.ci
    pre-commit-ci[bot] authored and neykov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    a619ff4 View commit details
    Browse the repository at this point in the history
  5. Remove mock integration test

    neykov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    8b7e629 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    645ff0b View commit details
    Browse the repository at this point in the history
  7. Address review comments

    neykov committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    b01d481 View commit details
    Browse the repository at this point in the history