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

Skip uninstallable tags in QPY backwards compatibility tests (backport #13202) #13217

Merged
merged 3 commits into from
Sep 25, 2024

Commits on Sep 24, 2024

  1. Skip uninstallable tags in QPY backwards compatibility tests (#13202)

    * Skip uninstallable tags in QPY backwards compatibility tests
    
    When a tag has been made, but the package has not yet landed on PyPI,
    the QPY job fails in the environment-building step.  This is not
    actually a failure of the QPY backwards-compatibility guarantees, and
    it isn't the job of the QPY tests to detect a bad tag anyway.
    
    * Query PyPI to find versions to test
    
    The logic we actually want for versions to test is "find the versions
    that _should_ be installable", rather than "try it and see"; the latter
    is susceptible to silently suppressing errors.  This new form now
    queries PyPI to find what versions of Qiskit are available in binary
    distributions for this platform, and filters based on that.
    
    * Include release candidates in testing
    
    (cherry picked from commit 1344cdd)
    
    # Conflicts:
    #	test/qpy_compat/process_version.sh
    #	test/qpy_compat/run_tests.sh
    jakelishman authored and mergify[bot] committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0c8a132 View commit details
    Browse the repository at this point in the history
  2. Resolve conflicts

    eliarbel committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d99480a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Configuration menu
    Copy the full SHA
    5a18c06 View commit details
    Browse the repository at this point in the history