Skip to content

Commit 3a04ea3

Browse files
authored
Merge pull request #904 from blink1073/cleanup
2 parents 83a2ede + 8a420a4 commit 3a04ea3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ src = "ipykernel/_version.py"
3232
[tool.pytest.ini_options]
3333
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"
3434
testpaths = [
35-
"ipykernel/"
35+
"ipykernel/tests",
36+
"ipykernel/inprocess/tests"
3637
]
3738
timeout = 300
3839
# Restore this setting to debug failures
@@ -44,9 +45,6 @@ filterwarnings= [
4445
# Ignore our own warnings
4546
"ignore:The `stream` parameter of `getpass.getpass` will have no effect:UserWarning",
4647

47-
# https://github.com/minrk/appnope/issues/13
48-
"ignore:distutils Version classes are deprecated:DeprecationWarning:appnope",
49-
5048
# Ignore jupyter_client warnings
5149
"ignore:unclosed <socket.socket:ResourceWarning",
5250
"ignore:unclosed event loop:ResourceWarning",

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def run(self):
8181
"ipyparallel",
8282
"pre-commit",
8383
"pytest-timeout",
84-
"gobject",
85-
"trio",
8684
],
8785
},
8886
classifiers=[

0 commit comments

Comments
 (0)