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

gh-116303: Skip test module dependent tests if test modules are disabled #116307

Closed
wants to merge 40 commits into from

Commits on Mar 4, 2024

  1. Configuration menu
    Copy the full SHA
    9b3f0f7 View commit details
    Browse the repository at this point in the history
  2. Skip more tests

    - Lib/test/support/__init__.py
    - Lib/test/test_audit.py
    - Lib/test/test_gdb/test_misc.py
    - Lib/test/test_inspect/test_inspect.py
    - Lib/test/test_pydoc/test_pydoc.py
    erlend-aasland committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    0f6f74e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f750c3 View commit details
    Browse the repository at this point in the history
  4. Amend previous commit

    erlend-aasland committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    7c4477d View commit details
    Browse the repository at this point in the history
  5. Pull in main

    erlend-aasland committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    a9c6f62 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Configuration menu
    Copy the full SHA
    cdc6df4 View commit details
    Browse the repository at this point in the history
  2. More skips

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d05dcd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb7cff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ad5e3b6 View commit details
    Browse the repository at this point in the history
  5. Fix test_os

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    cdb8bf4 View commit details
    Browse the repository at this point in the history
  6. Fixup stable_abi.py

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    e4a30b0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fabb007 View commit details
    Browse the repository at this point in the history
  8. Fixup test_call

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c51dafa View commit details
    Browse the repository at this point in the history
  9. Fixup test_audit

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    c3f9c99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fde9548 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea72ced View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    628896c View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    88c6739 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c02cd6f View commit details
    Browse the repository at this point in the history
  15. Fixup test_coroutines

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d49532b View commit details
    Browse the repository at this point in the history
  16. Fixup test_threading

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2427111 View commit details
    Browse the repository at this point in the history
  17. Fixup test_repl

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    25d0999 View commit details
    Browse the repository at this point in the history
  18. Fixup test_monitoring

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    bdd8cff View commit details
    Browse the repository at this point in the history
  19. Amend test_embed

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    ee9fa51 View commit details
    Browse the repository at this point in the history
  20. Amend test_audit

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    a47c5ff View commit details
    Browse the repository at this point in the history
  21. Fix test_socket

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d84a5c4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    e877ffb View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1ec0c66 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    afa58a9 View commit details
    Browse the repository at this point in the history
  25. Fixup test_embed

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    760c6cb View commit details
    Browse the repository at this point in the history
  26. Pull in main

    erlend-aasland committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    d7f060a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a1106b7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    db45852 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. pythongh-116307: Create a new import helper 'isolated modules' and us…

    …e that instead of 'Clean Import' to ensure that tests from importlib_resources don't leave modules in sys.modules. (#61)
    jaraco committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    ccd8bea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f80f75e View commit details
    Browse the repository at this point in the history
  3. Revert "Workaround: use a different test module name in test_module_r…

    …esources"
    
    This reverts commit db45852.
    erlend-aasland committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    39d135d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    13c4829 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. Fix test_embed

    erlend-aasland committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    31e19a7 View commit details
    Browse the repository at this point in the history
  2. Pull in main

    erlend-aasland committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    45e0586 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a148fb5 View commit details
    Browse the repository at this point in the history