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 #13202

Merged
merged 3 commits into from
Sep 24, 2024

Commits on Sep 20, 2024

  1. 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.
    jakelishman committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    3c08d44 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. 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.
    jakelishman committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    394b6c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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