Qiskit / qiskit-metapackage

Qiskit is an open-source SDK for working with quantum computers at the level of circuits, algorithms, and application modules.
https://qiskit.org
Apache License 2.0
3.03k stars 750 forks source link

Pin tox version used in CI to <4.0.0 #1642

Closed mtreinish closed 1 year ago

mtreinish commented 1 year ago

Summary

The most recent tox release, 4.0.0, is a major rewrite of the internals of tox and several things behave quite differently. [1] This new release is causing CI jobs to fail as something in incompatible with our tox configuration (likely because it's using wheel builds instead of sdists). This commit pins the tox version we're using in CI to unblock things until we can update the tox configuration to be compatible with both the new and old versions of tox.

Details and comments