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 26
26
python-version : " pypy-3.8"
27
27
- os : macos-latest
28
28
python-version : " 3.10"
29
+ - os : ubuntu-latest
30
+ python-version : " 3.12"
29
31
steps :
30
32
- name : Checkout
31
33
uses : actions/checkout@v3
Original file line number Diff line number Diff line change @@ -273,6 +273,10 @@ filterwarnings = [
273
273
" always:unclosed <socket.socket:ResourceWarning" ,
274
274
" module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
275
275
" 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" ,
276
280
]
277
281
278
282
[tool .coverage .report ]
You can’t perform that action at this time.
0 commit comments