Skip to content

Commit f58faa3

Browse files
authored
chore: set testpaths for pytest
1 parent 3eeb3b5 commit f58faa3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ exclude_also = [
141141
[tool.pytest.ini_options]
142142
asyncio_mode = "auto"
143143
asyncio_default_fixture_loop_scope = "session"
144+
testpaths = ["tests"]
144145
filterwarnings = [
145146
# This is a warning that is expected to happen: we have an async filter that raises an exception
146147
"ignore:coroutine 'test_async_input_filter_fails.<locals>.invalid_input_filter' was never awaited:RuntimeWarning",

0 commit comments

Comments
 (0)