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

Consolidate all requirements #2597

Merged
merged 8 commits into from
Jul 18, 2023
Merged

Consolidate all requirements #2597

merged 8 commits into from
Jul 18, 2023

Commits on Jul 14, 2023

  1. Empty

    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    23da726 View commit details
    Browse the repository at this point in the history
  2. Avoid adding problematic lines to requirements.txt

    kedro is preinstalled in the behave environment,
    so this should not be needed.
    In exchange, requirements.txt files can always be read
    by setuptools automatic parsing.
    
    See McK-Private/private-kedro#352 (comment)
    for motivation of the original logic.
    
    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    bb78940 View commit details
    Browse the repository at this point in the history
  3. Consolidate all requirements

    Fix gh-2588.
    
    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e790eb0 View commit details
    Browse the repository at this point in the history
  4. Fix dependencies

    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    181659f View commit details
    Browse the repository at this point in the history
  5. Ignore import order in pylint in favour of isort

    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4239c2c View commit details
    Browse the repository at this point in the history
  6. Do not replace kedro plugins in e2e tests

    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e2cdd7a View commit details
    Browse the repository at this point in the history
  7. Fix dependabot config

    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    ceffb66 View commit details
    Browse the repository at this point in the history
  8. Add release notes

    Signed-off-by: Juan Luis Cano Rodríguez <juan_luis_cano@mckinsey.com>
    astrojuanlu committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    4104e68 View commit details
    Browse the repository at this point in the history