Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 284
    • Issues 284
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • openpyxl
  • openpyxl
  • Merge requests
  • !422

Fix build pipeline, cobertura syntax changed

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged snippet requested to merge topic/3.1/fix_ci into branch/3.1 Nov 06, 2022
  • Overview 2
  • Commits 3
  • Pipelines 3
  • Changes 14

The syntax around cobertura changed in a recent GitLab release which I guess was recently integrated into Heptapod - https://gitlab.com/gitlab-org/gitlab/-/issues/361615#note_937496084

The remaining issues with CI seem related to pytest, it appears they've removed py as a dependency as the library has been somewhat retired (ref. https://github.com/pytest-dev/pytest/pull/10396 and https://pypi.org/project/py/) It seems there's a fair bit of py.path used throughout the code and their proposed fix is to swap that to pathlib. I can make those changes or we can add py as a dependency, either would fix it.

--HG-- branch : 3.1

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/3.1/fix_ci