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

Merge with pypa/distutils@b65aa40 #3496

Merged
merged 94 commits into from Aug 10, 2022
Merged

Merge with pypa/distutils@b65aa40 #3496

merged 94 commits into from Aug 10, 2022

Commits on Aug 4, 2022

  1. Convert test_cmd to pytest

    jaraco committed Aug 4, 2022
    Copy the full SHA
    6c0ed90 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    c24974b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ca9ed49 View commit details
    Browse the repository at this point in the history
  4. ⚫ Fade to black.

    jaraco committed Aug 4, 2022
    Copy the full SHA
    885a877 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    461590c View commit details
    Browse the repository at this point in the history
  6. Port sdist tests to pytest

    jaraco committed Aug 4, 2022
    Copy the full SHA
    12fe2ac View commit details
    Browse the repository at this point in the history
  7. Convert TestUpload to pytest

    jaraco committed Aug 4, 2022
    Copy the full SHA
    0802d58 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    79681e2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4fada1c View commit details
    Browse the repository at this point in the history
  10. Convert core tests to pytest

    jaraco committed Aug 4, 2022
    Copy the full SHA
    51d3ec1 View commit details
    Browse the repository at this point in the history
  11. ⚫ Fade to black.

    jaraco committed Aug 4, 2022
    Copy the full SHA
    e46bbf9 View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    1f3e6af View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Convert TestConfig to pytest

    jaraco committed Aug 6, 2022
    Copy the full SHA
    5f5addf View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0ebb6f0 View commit details
    Browse the repository at this point in the history
  3. Convert TestDirUtil to pytest

    jaraco committed Aug 6, 2022
    Copy the full SHA
    6b2f75a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    65fe024 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    26a3295 View commit details
    Browse the repository at this point in the history
  6. ⚫ Fade to black.

    jaraco committed Aug 6, 2022
    Copy the full SHA
    2bfa852 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    538c728 View commit details
    Browse the repository at this point in the history
  8. Remove patching of uname.

    jaraco committed Aug 6, 2022
    Copy the full SHA
    0bddfa3 View commit details
    Browse the repository at this point in the history
  9. Convert TestUtil to pytest

    jaraco committed Aug 6, 2022
    Copy the full SHA
    c146a9d View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    81a7c89 View commit details
    Browse the repository at this point in the history
  11. Prefer pytest for skip

    jaraco committed Aug 6, 2022
    Copy the full SHA
    e7750dc View commit details
    Browse the repository at this point in the history
  12. Convert more tests to pytest

    jaraco committed Aug 6, 2022
    Copy the full SHA
    dadeb7e View commit details
    Browse the repository at this point in the history
  13. Prefer pytest for skip

    jaraco committed Aug 6, 2022
    Copy the full SHA
    a84053c View commit details
    Browse the repository at this point in the history
  14. Prefer pytest for skip

    jaraco committed Aug 6, 2022
    Copy the full SHA
    3774252 View commit details
    Browse the repository at this point in the history
  15. Convert TestBuild to pytest

    jaraco committed Aug 6, 2022
    Copy the full SHA
    69e46e5 View commit details
    Browse the repository at this point in the history
  16. Prefer pytest for skip

    jaraco committed Aug 6, 2022
    Copy the full SHA
    94467c2 View commit details
    Browse the repository at this point in the history
  17. Prefer pytest for skip

    jaraco committed Aug 6, 2022
    Copy the full SHA
    b712592 View commit details
    Browse the repository at this point in the history
  18. Remove unreachable code

    jaraco committed Aug 6, 2022
    Copy the full SHA
    e43857e View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    3f16eed View commit details
    Browse the repository at this point in the history
  20. Copy the full SHA
    36f96c1 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    6fcdbce View commit details
    Browse the repository at this point in the history
  22. Use pathlib to read the text

    jaraco committed Aug 6, 2022
    Copy the full SHA
    78a0389 View commit details
    Browse the repository at this point in the history
  23. ⚫ Fade to black.

    jaraco committed Aug 6, 2022
    Copy the full SHA
    3e984a6 View commit details
    Browse the repository at this point in the history
  24. Convert TestInstall to pytest

    jaraco committed Aug 6, 2022
    Copy the full SHA
    2bf5e9e View commit details
    Browse the repository at this point in the history
  25. Only xfail on Windows

    jaraco committed Aug 6, 2022
    Copy the full SHA
    3a0b6d6 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    45cbb60 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    31f6310 View commit details
    Browse the repository at this point in the history
  28. Run test_xx in process, utilizing import_helper

    On Windows, move the extension module to another temporary directory.
    jaraco committed Aug 6, 2022
    Copy the full SHA
    1dafb52 View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    6757e55 View commit details
    Browse the repository at this point in the history
  30. Include cygwin

    jaraco committed Aug 6, 2022
    Copy the full SHA
    41eeed0 View commit details
    Browse the repository at this point in the history
  31. Merge pull request pypa/distutils#168 from pypa/tests/in-process-exte…

    …nsion
    
    Run extension tests in-process
    jaraco committed Aug 6, 2022
    Copy the full SHA
    41ff21f View commit details
    Browse the repository at this point in the history
  32. Copy the full SHA
    43ab893 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Prefer pytest in test_check

    jaraco committed Aug 7, 2022
    Copy the full SHA
    02edee3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1f95850 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    ac50c2f View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    327e447 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    6a3710c View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    c424429 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e1a17fa View commit details
    Browse the repository at this point in the history
  8. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    ebed3ab View commit details
    Browse the repository at this point in the history
  9. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    28a8896 View commit details
    Browse the repository at this point in the history
  10. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    61ec7e4 View commit details
    Browse the repository at this point in the history
  11. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    34e6c21 View commit details
    Browse the repository at this point in the history
  12. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    be281f5 View commit details
    Browse the repository at this point in the history
  13. Convert TestLog to pytest.

    jaraco committed Aug 7, 2022
    Copy the full SHA
    d404b3a View commit details
    Browse the repository at this point in the history
  14. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    b321a62 View commit details
    Browse the repository at this point in the history
  15. Consolidate tests

    jaraco committed Aug 7, 2022
    Copy the full SHA
    8f53164 View commit details
    Browse the repository at this point in the history
  16. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    e69b761 View commit details
    Browse the repository at this point in the history
  17. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    3d5bd7c View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    61c65f5 View commit details
    Browse the repository at this point in the history
  19. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    d444c8c View commit details
    Browse the repository at this point in the history
  20. ⚫ Fade to black.

    jaraco committed Aug 7, 2022
    Copy the full SHA
    8e8d371 View commit details
    Browse the repository at this point in the history
  21. Copy the full SHA
    3e2c8ab View commit details
    Browse the repository at this point in the history
  22. Copy the full SHA
    9c85832 View commit details
    Browse the repository at this point in the history
  23. Prefer pytest for skip

    jaraco committed Aug 7, 2022
    Copy the full SHA
    73350d2 View commit details
    Browse the repository at this point in the history
  24. Remove unnecessary comment.

    jaraco committed Aug 7, 2022
    Copy the full SHA
    59a108f View commit details
    Browse the repository at this point in the history
  25. ⚫ Fade to black.

    jaraco committed Aug 7, 2022
    Copy the full SHA
    46c0d76 View commit details
    Browse the repository at this point in the history
  26. Copy the full SHA
    a7c11f8 View commit details
    Browse the repository at this point in the history
  27. Prefer tabs

    jaraco committed Aug 7, 2022
    Copy the full SHA
    f7cff18 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    17fda7e View commit details
    Browse the repository at this point in the history
  29. Copy the full SHA
    8813a17 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Copy the full SHA
    80dd6f7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dc11307 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    47c61e1 View commit details
    Browse the repository at this point in the history
  4. Also test library dirs

    jaraco committed Aug 8, 2022
    Copy the full SHA
    561b705 View commit details
    Browse the repository at this point in the history
  5. Extract fixture for c_file

    jaraco committed Aug 8, 2022
    Copy the full SHA
    1afdbe3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    7849c89 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    530b119 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Copy the full SHA
    71cffcb View commit details
    Browse the repository at this point in the history
  2. Ensure Windows SDK directories are not cleared when caller specifies …

    …include/library dirs
    zooba authored and jaraco committed Aug 9, 2022
    Copy the full SHA
    c84d3e5 View commit details
    Browse the repository at this point in the history
  3. Remove stray colon

    zooba authored and jaraco committed Aug 9, 2022
    Copy the full SHA
    d7b020b View commit details
    Browse the repository at this point in the history
  4. Fixup bad super() call

    zooba authored and jaraco committed Aug 9, 2022
    Copy the full SHA
    a223350 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d1e3b46 View commit details
    Browse the repository at this point in the history
  6. ⚫ Fade to black.

    jaraco committed Aug 9, 2022
    Copy the full SHA
    7d9c9d4 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    53eace5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2022

  1. Copy the full SHA
    9f9a3e5 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3e4c7a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #153 from zooba/msvccompiler

    Ensure Windows SDK directories are not cleared when caller specifies include/library dirs
    jaraco committed Aug 10, 2022
    Copy the full SHA
    b65aa40 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1d36597 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    jaraco committed Aug 10, 2022
    Copy the full SHA
    73d8052 View commit details
    Browse the repository at this point in the history
  6. Revert "Disallow repeat calls to .initialize in one place."

    This reverts commit 3e4c7a7.
    jaraco committed Aug 10, 2022
    Copy the full SHA
    ba9a3ea View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    d6d341f View commit details
    Browse the repository at this point in the history