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

env: add support for uv #751

Merged
merged 35 commits into from
Mar 10, 2024
Merged

env: add support for uv #751

merged 35 commits into from
Mar 10, 2024

Commits on Mar 5, 2024

  1. Add uv extra

    layday committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2f50d8d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24d9efe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a57609f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db6069c View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Configuration menu
    Copy the full SHA
    dd1c3f6 View commit details
    Browse the repository at this point in the history
  2. Add --env-impl flag to CLI

    layday committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    a66b179 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7084cf4 View commit details
    Browse the repository at this point in the history
  4. Update tests

    layday committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    fd3563e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c6c261 View commit details
    Browse the repository at this point in the history
  6. Add more env tests

    layday committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    5a3609f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    641170c View commit details
    Browse the repository at this point in the history
  8. Create uv envs with venv

    layday committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    c6d86d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2e65e58 View commit details
    Browse the repository at this point in the history
  10. Update tests

    layday committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    959f116 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    f775815 View commit details
    Browse the repository at this point in the history
  2. Merge pip impls

    layday committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    7d77fd2 View commit details
    Browse the repository at this point in the history
  3. Test with latest version of virtualenv for the time being

    20.0.35 emits a host of errors.
    layday committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    b8672ac View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Do not attempt uv import

    layday committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    36d3f92 View commit details
    Browse the repository at this point in the history
  2. Warn when using uv with PyPy

    layday committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    7ddc5e3 View commit details
    Browse the repository at this point in the history
  3. Update tests

    layday committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3cc7568 View commit details
    Browse the repository at this point in the history
  4. Update markers for PyPy

    layday committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3ac6a95 View commit details
    Browse the repository at this point in the history
  5. Fix coverage

    layday committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    619126b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    430ad00 View commit details
    Browse the repository at this point in the history
  7. Bump minimum version of packaging

    19.0 incorrectly interprets Python version constraints
    resulting in venv being used in pref to virtualenv when
    an outer pip is too old.
    layday committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    0680ae7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6844fb7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7d3ecf6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e04d030 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Fix spelling of 'PyPy'

    layday committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    49d1379 View commit details
    Browse the repository at this point in the history
  2. Rm PyPy support warning

    layday committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    bf9681f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    468350e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    deabd67 View commit details
    Browse the repository at this point in the history
  5. Defer to uv.find_uv_bin

    layday committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    3766079 View commit details
    Browse the repository at this point in the history
  6. Fix test param

    layday committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    1408af4 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    c5040f4 View commit details
    Browse the repository at this point in the history
  2. Help mypy narrow

    layday committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    a27bb85 View commit details
    Browse the repository at this point in the history