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 editable --user installs with build isolation #3151

Merged
merged 7 commits into from Apr 3, 2022

Commits on Mar 6, 2022

  1. XXX: Debugging

    hexagonrecursion committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    6376ad1 View commit details
    Browse the repository at this point in the history
  2. Test: editable install \w --user&build isolation

    Add a new test and confirm that it
    fails in the expected manner
    hexagonrecursion committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    2e7ba45 View commit details
    Browse the repository at this point in the history
  3. Revert "XXX: Debugging"

    This reverts commit 6376ad1.
    hexagonrecursion committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    45340d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b828c32 View commit details
    Browse the repository at this point in the history
  5. Retry CI

    hexagonrecursion committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    eab077a View commit details
    Browse the repository at this point in the history
  6. Fix test_editable_user_and_build_isolation

    This test broke on my machine for some reason
    hexagonrecursion committed Mar 6, 2022
    Configuration menu
    Copy the full SHA
    a28da5f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Replace direct usage of the py library

    According to https://pypi.org/project/py/, this library is in
    maintenance mode and should not be used in new code.
    abravalheri committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    c2f4907 View commit details
    Browse the repository at this point in the history