This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit 5069dce committed Nov 16, 2024 · 11 / 14
1 parent 0651365 commit 5069dce Copy full SHA for 5069dce
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,11 +157,11 @@ filterwarnings = [
157
157
' ignore:unclosed database in:ResourceWarning' ,
158
158
# from asyncio triggered by jupyter_client
159
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' ,
160
+ ' ignore:Parsing dates involving a day of month without a year specified is :DeprecationWarning' ,
161
161
# from jupyter_core
162
162
' ignore:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning' ,
163
163
# nbclient
164
- ' ignore:Parsing dates involving a day of month without a year specified is ambiguious :DeprecationWarning:nbclient' ,
164
+ ' ignore:Parsing dates involving a day of month without a year specified is :DeprecationWarning:nbclient' ,
165
165
# From dateutil in sqlalchemy and jupyter_cache
166
166
' ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:sqlalchemy' ,
167
167
' ignore:datetime.datetime.utcnow\(\) is deprecated:DeprecationWarning:jupyter_cache' ,
You can’t perform that action at this time.
0 commit comments