1Mark
1Mark
what's the progress on this?
what if you have a `.env` that isnt' supposed to be picked up by `direnv` is there a way just to globally tell direnv ignore this dir.
> Using `skip_dotenv = true` solves this for me in the short term > > Essentially, just > ``` > mkdir -p $HOME/.config/direnv > touch $HOME/.config/direnv/direnv.toml > ``` > Add...
This is another possibility, which is better since we don't need to worry about the input type ```python class Blah(Schema): date_time = fields.DateTime() @post_dump def post_dump_processing(self, data, **kwargs): data["date_time"] =...
Any progress on this?
I know this is a design decision but it seems weird, especially since you cannot override `marshmallow.exceptions.SCHEMA`
Also happens on 1.2.1
Code is copied from https://github.com/spulec/freezegun#moving-time-to-specify-datetime
I had the same issue using `python3.9.7` and `GitPython 3.1.19`. After upgrading to `3.1.24` the error went away. @Yobmod can we close this?
I have the same issue.