Skip to content

Fix filelock logging

Victor Negîrneac requested to merge fix/ci_filelock into develop

Explanation of changes

Fixes pipelines by silencing some logs from the filelock dependency that got upgraded.

Motivation of changes

Adapt to the changes introduced by https://github.com/tox-dev/py-filelock/releases/tag/3.2.1 I consider it something that that package should not be doing. Since it is unknown if it will change (see https://github.com/tox-dev/py-filelock/issues/104#issuecomment-940020884) this MR is in place to fix the pipelines


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.rst and AUTHORS.rst have 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.

Merge request reports