mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 16:48:31 +02:00
Ignore IO errors on Windows
Co-authored-by: Jonathan Wren <jonathan@nowandwren.com>
This commit is contained in:
parent
b8c7a7c7e5
commit
3b044e3044
1 changed files with 6 additions and 0 deletions
|
@ -69,6 +69,12 @@ markers = [
|
|||
"todo",
|
||||
]
|
||||
|
||||
filterwarnings = [
|
||||
"ignore::DeprecationWarning",
|
||||
"ignore:Flag style will be deprecated in.*",
|
||||
"ignore:[WinError 32].*",
|
||||
"ignore:[WinError 5].*"
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=1.1"]
|
||||
|
|
Loading…
Add table
Reference in a new issue