@@ -20,10 +20,6 @@ classifiers = [
20
20
" Programming Language :: Python" ,
21
21
" Programming Language :: Python :: 3" ,
22
22
" Programming Language :: Python :: 3 :: Only" ,
23
- " Programming Language :: Python :: 3.8" ,
24
- " Programming Language :: Python :: 3.9" ,
25
- " Programming Language :: Python :: 3.10" ,
26
- " Programming Language :: Python :: 3.11" ,
27
23
]
28
24
requires-python = " >=3.8"
29
25
dependencies = [
@@ -249,7 +245,7 @@ minversion = "6.0"
249
245
xfail_strict = true
250
246
log_cli_level = " info"
251
247
addopts = [
252
- " -raXs " , " --durations=10" , " --color=yes" , " --doctest-modules" ,
248
+ " -ra " , " --durations=10" , " --color=yes" , " --doctest-modules" ,
253
249
" --showlocals" , " --strict-markers" , " --strict-config"
254
250
]
255
251
testpaths = [
@@ -265,14 +261,8 @@ filterwarnings = [
265
261
" always:unclosed <socket.socket:ResourceWarning" ,
266
262
" module:Jupyter is migrating its paths to use standard platformdirs:DeprecationWarning" ,
267
263
" ignore:jupyter_server.base.zmqhandlers module is deprecated in Jupyter Server 2.0:DeprecationWarning" ,
268
- " ignore:datetime.datetime.utcfromtimestamp:DeprecationWarning" ,
269
- " ignore:datetime.datetime.utcnow:DeprecationWarning" ,
270
- # from nbformat
271
- " ignore:Importing ErrorTree directly from the jsonschema package:DeprecationWarning" ,
272
- # From jupyter_events
273
- " module:jsonschema.RefResolver is deprecated as of:DeprecationWarning" ,
274
- # ignore pytest warnings.
275
- " ignore:::_pytest" ,
264
+ " ignore:datetime.datetime.utc:DeprecationWarning:dateutil" ,
265
+ " ignore:datetime.datetime.utc:DeprecationWarning:tornado" ,
276
266
]
277
267
278
268
[tool .coverage .report ]
@@ -325,4 +315,4 @@ exclude = ["docs", "test"]
325
315
ignore = [" W002" ]
326
316
327
317
[tool .repo-review ]
328
- ignore = [" PY007" , " PP308 " , " GH102" , " MY101 " ]
318
+ ignore = [" PY007" , " GH102" ]
0 commit comments