mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-06-29 22:16:13 +02:00
Resolve parsedatetime "flag style" DeprecationWarning (#1818)
* Stop ignoring parsedatetime warning flag style warning * Use new VERSION_CONTEXT_STYLE to bypass parsedatetime flag style warning * Replace "flag" and its magic numbers with contextual booleans
This commit is contained in:
parent
7e94208574
commit
721167a079
2 changed files with 14 additions and 11 deletions
|
@ -121,7 +121,6 @@ addopts = [
|
|||
|
||||
filterwarnings = [
|
||||
"ignore::DeprecationWarning",
|
||||
"ignore:Flag style will be deprecated in.*",
|
||||
"ignore:[WinError 32].*",
|
||||
"ignore:[WinError 5].*"
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue