Skip to content

Pin setuptools version temporarily to fix pipelines

Victor Negîrneac requested to merge win_pipelines_tmp_fix into develop

Explanation of changes

Fix pipeline like https://gitlab.com/quantify-os/quantify-core/-/jobs/1571019579

Includes fixes from quantify-scheduler!190 (merged)

Motivation of changes

A proper solution upstream might take a while https://github.com/vlasovskikh/funcparserlib/issues/69.

Thank you @luis.miguens for figuring out the source.


Merge checklist

See also merge request guidelines

  • Merge request has been reviewed and approved by a project maintainer.
  • Merge request contains a clear description of the proposed changes and the issue it addresses.
  • Merge request made onto appropriate branch (develop for most MRs).
  • New code is fully tested.
  • New code is documented and docstrings use numpydoc format.
  • Changelog has been updated (when applicable).
  • CI pipelines pass
    • black code-formatting passes (gitlab-ci),
    • test suite passes (gitlab-ci),
    • no degradation in code-coverage (codacy),
    • no (serious) new pylint code quality issues introduced (codacy),
    • documentation builds successfully (CI and readthedocs),
    • windows tests pass (manually triggered by maintainers before merging).

For reference, the issues workflow is described in the contribution guidelines.

Edited by Luis Miguens Fernandez

Merge request reports