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

[PR #5983/6b8e291d backport][3.49] Future proof the pulp_file repair tests for python 3.11 #5987

Commits on Nov 11, 2024

  1. Future proof the pulp_file repair tests for python 3.11

    This change unblocks the functional pulp_file repair tests when run on
    a python 3.11+ environment. Stronger typing for the random.sample
    function is introduced in 3.11 and requires now a Sequence type as an
    input or it will throw a TypeError.
    
    see: https://docs.python.org/3.11/library/random.html#random.sample
    
    [noissue]
    
    (cherry picked from commit 6b8e291)
    hstct authored and gerrod3 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    86db887 View commit details
    Browse the repository at this point in the history