Commit 1b8a727 1 parent dc6bf2c commit 1b8a727 Copy full SHA for 1b8a727
File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -153,7 +153,18 @@ force-sort-within-sections = true
153
153
154
154
[tool .pytest .ini_options ]
155
155
filterwarnings = [
156
- " error" ,
156
+ ' error' ,
157
+ ' ignore:unclosed database in:ResourceWarning' ,
158
+ # from asyncio triggered by jupyter_client
159
+ ' ignore:There is no current event loop:DeprecationWarning' ,
160
+ ' ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning' ,
161
+ # from jupyter_core
162
+ ' ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning' ,
163
+ # nbclient
164
+ ' ignore:Parsing dates involving a day of month without a year specified is ambiguious:DeprecationWarning:nbclient' ,
165
+ # From dateutil in sqlalchemy and jupyter_cache
166
+ ' ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:sqlalchemy' ,
167
+ ' ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:jupyter_cache' ,
157
168
]
158
169
159
170
markers = [
You can’t perform that action at this time.
0 commit comments