Skip to content

Commit

Permalink
State the test dir rather than exclude paths from discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgianaElena committed Apr 12, 2023
1 parent b35486e commit 1edefaf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion oauthenticator/tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
"""Py.Test fixtures"""

from pytest import fixture
from tornado.httpclient import AsyncHTTPClient

Expand Down
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ target_version = [
[tool.pytest.ini_options]
addopts = "--verbose --color=yes --durations=10"
asyncio_mode = "auto"
# Ignore thousands of tests in dependencies installed in a virtual environment
norecursedirs = "lib lib64"
testpaths = [
"oauthenticator/tests"
]

0 comments on commit 1edefaf

Please sign in to comment.