Skip to content

Commit

Permalink
CI: ignore warnings triggered only on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Nov 26, 2024
1 parent 81c58d9 commit 816ea29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ filterwarnings = [
# From dateutil in sqlalchemy and jupyter_cache
'ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:sqlalchemy',
'ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:jupyter_cache',
# Windows issues, some may need to be fixed in MyST-NB, others are upstream
'ignore:Proactor event loop does not implement add_reader:RuntimeWarning:zmq',
]

markers = [
Expand Down

0 comments on commit 816ea29

Please sign in to comment.