Skip to content

Commit 9916796

Browse files
committed
restore pytest settings
1 parent 1219c7e commit 9916796

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ src = "jupyter_client/_version.py"
3030

3131
[tool.pytest.ini_options]
3232
norecursedirs = "dist build"
33-
addopts= "-r sxX"
33+
addopts = "-raXs --durations 10 --color=yes --doctest-modules"
34+
testpaths = [
35+
"jupyter_client/tests/"
3436
asyncio_mode = "auto"
3537
filterwarnings= [
3638
# Fail on warnings

0 commit comments

Comments
 (0)