Why can’t I ignore this “datetime.datetime.utcnow()” DeprecationWarning?
I can’t seem to suppress this deprecation warning. Normally in unit tests I force warnings to errors, and then ignore them if unfixable in current stack. I’m currently using Python 3.12.1
Why can’t I ignore this DeprecationWarning?
I can’t seem to suppress this deprecation warning. Normally in unit tests I force warnings to errors, and then ignore them if unfixable in current stack. I’m currently using Python 3.12.1