Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding prompt_toolkit to DEFAULT_IGNORE_LIST #481

Merged
merged 1 commit into from Feb 9, 2023

Conversation

micromoses
Copy link
Contributor

Ignoring this library will allow IPython and ipdb's prompts to behave normally even when time is frozen.
This solves for issue #450 as well as this SO question.

In the meantime, this problem can also be solved by adding the following configuration:

freezegun.configure(extend_ignore_list=['prompt_toolkit'])

@boxed boxed merged commit 4eb611a into spulec:master Feb 9, 2023
micromoses added a commit to micromoses/freezegun that referenced this pull request Feb 17, 2023
Much like in PR spulec#481, when adding a library to the DEFAULT_IGNORE_LIST,
the config test should be adapted to expect that library to be ignored as well.
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.

None yet

2 participants