Skip to content

Commit d8b90bd

Browse files
committed
fix pytest path
1 parent ee6f479 commit d8b90bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ src = "ipykernel/_version.py"
3232
[tool.pytest.ini_options]
3333
addopts = "-raXs --durations 10 --color=yes --doctest-modules"
3434
testpaths = [
35-
"tests/"
35+
"ipykernel/tests/"
3636
]
3737
timeout = 300
3838
# Restore this setting to debug failures

0 commit comments

Comments
 (0)