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

Split Python targets into atom vs. generator and use source: str field #13231

Merged
merged 8 commits into from
Oct 13, 2021

Commits on Oct 12, 2021

  1. Rename generator targets

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    76a71b8 View commit details
    Browse the repository at this point in the history
  2. Add new targest, identical to the generators for now

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    87aed01 View commit details
    Browse the repository at this point in the history
  3. Split SourcesField

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    c32f7c5 View commit details
    Browse the repository at this point in the history
  4. Fix MyPy and bump timeouts

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0e9e356 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Fix lockfile generation code: look at generated targets

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    45ca63e View commit details
    Browse the repository at this point in the history
  2. Fix some other test failures

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    e78623b View commit details
    Browse the repository at this point in the history
  3. Fix setup_py_test.py too

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ed159ea View commit details
    Browse the repository at this point in the history
  4. Fix pylint/subsystem_test.py

    # Rust tests and lints will be skipped. Delete if not intended.
    [ci skip-rust]
    
    # Building wheels and fs_util will be skipped. Delete if not intended.
    [ci skip-build-wheels]
    Eric-Arellano committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    d02d800 View commit details
    Browse the repository at this point in the history