Radu Ciorba

Results 6 issues of Radu Ciorba

Hello! Thanks for this great library and apologies in advance if this is me just missunderstanding it (go newbie). I've got a stateful system, a bitarray and the state is...

Hello and thanks for the work on this awesome library! It seems `freezegun.freeze_time` doesn't work well when pytest is ran with `--import-mode=importlib`. I've noticed importing the datetime class from the...

Adds a couple of tests to show behaviour with pytest `--import-mode=importlib` Please see issue: #431 CI output is here: https://github.com/rciorba/freezegun/runs/4292977418?check_suite_focus=true

Motivation: we noticed very large response size from Elasticsearch, despite using `stored=False` on certain fields. Changes: - change `build_schema` to handle excluded attributes list for `_source` field - set `stored=False`...

backend : elasticsearch

Adding a new AWS zone for policy members should not require a code change. Maybe allowing any string would be good enough.

enhancement

In case zone.create fails, list all zones and match by CallerReference, if the config is the same, persist that Id, else delete the zone and create a new one. ###...

enhancement