Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openpyxl
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 233
    • Issues 233
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • !386

Add support for Freezegun

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jacob Middag requested to merge topic/3.0/freezegun-support into branch/3.0 Oct 13, 2020
  • Overview 16
  • Commits 1
  • Pipelines 7
  • Changes 6

We are using openpyxl to create some reports which we are testing using freezegun. Freezegun is a popular library to test. I don't think it is much code and is the same as for pandas. It would also fix #1179 (closed).

I added a FREEZEGUN constant just like PANDAS in compat/numbers.py, but instead of using that in cells.py I followed example of pandas and just tried to import again.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: topic/3.0/freezegun-support