File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,8 @@ src = "ipykernel/_version.py"
32
32
[tool .pytest .ini_options ]
33
33
addopts = " -raXs --durations 10 --color=yes --doctest-modules --ignore=ipykernel/pylab/backend_inline.py --ignore=ipykernel/pylab/config.py --ignore=ipykernel/gui/gtk3embed.py --ignore=ipykernel/gui/gtkembed.py --ignore=ipykernel/datapub.py --ignore=ipykernel/log.py --ignore=ipykernel/pickleutil.py --ignore=ipykernel/serialize.py --ignore=ipykernel/_eventloop_macos.py"
34
34
testpaths = [
35
- " ipykernel/"
35
+ " ipykernel/tests" ,
36
+ " ipykernel/inprocess/tests"
36
37
]
37
38
timeout = 300
38
39
# Restore this setting to debug failures
@@ -44,9 +45,6 @@ filterwarnings= [
44
45
# Ignore our own warnings
45
46
" ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning" ,
46
47
47
- # https://github.com/minrk/appnope/issues/13
48
- " ignore:distutils Version classes are deprecated:DeprecationWarning:appnope" ,
49
-
50
48
# Ignore jupyter_client warnings
51
49
" ignore:unclosed <socket.socket:ResourceWarning" ,
52
50
" ignore:unclosed event loop:ResourceWarning" ,
Original file line number Diff line number Diff line change @@ -81,8 +81,6 @@ def run(self):
81
81
"ipyparallel" ,
82
82
"pre-commit" ,
83
83
"pytest-timeout" ,
84
- "gobject" ,
85
- "trio" ,
86
84
],
87
85
},
88
86
classifiers = [
You can’t perform that action at this time.
0 commit comments