Skip to content

Update freezegun to 1.5.1#647

Open
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-freezegun-1.2.2-to-1.5.1
Open

Update freezegun to 1.5.1#647
pyup-bot wants to merge 1 commit intomasterfrom
pyup-update-freezegun-1.2.2-to-1.5.1

Conversation

@pyup-bot
Copy link
Copy Markdown
Collaborator

This PR updates freezegun from 1.2.2 to 1.5.1.

Changelog

1.5.1

-----
* Fix the typing of the `tick()` method, and improve it's behaviour.

1.5.0

----
* The default ignore list now contains the `queue`-package
* Added a missing `move_to`-function when calling `freeze_time(tick=True)`
* Fixes a rounding error in `time.time_ns()`
* Fixed a bug where the default ignore list could not be empty (`configure(default_ignore_list=[])`)
* All `tick()` methods now return the new datetime (instead of None)
* Type improvements

1.4.0

-----
* `asyncio`-support from 1.3.x introduced quite a few  bugs, so that functionality is now hidden behind a flag:
`with freeze_time('1970-01-02', real_asyncio=True):`

1.3.1

-----
* Fixed the release number in the build

1.3.0

-----

* Fixed `asyncio` support to avoid `await asyncio.sleep(1)` hanging forever.

* Added support for Python 3.12
Links

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant