File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 2626 python-version : " pypy-3.8"
2727 - os : macos-latest
2828 python-version : " 3.10"
29+ - os : ubuntu-latest
30+ python-version : " 3.12"
2931 steps :
3032 - name : Checkout
3133 uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -273,6 +273,10 @@ filterwarnings = [
273273 " always:unclosed <socket.socket:ResourceWarning" ,
274274 " module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
275275 " ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning" ,
276+ " ignore:datetime.utcfromtimestamp:DeprecationWarning" ,
277+ " ignore:datetime.utcnow:DeprecationWarning" ,
278+ # ignore pytest warnings.
279+ " ignore:::_pytest" ,
276280]
277281
278282[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments