Skip to content

Commit 15d381f

Browse files
committed
pytest markers
1 parent 20a7772 commit 15d381f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

+6
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ skip = '.git,package-lock.json,locale,AUTHORS,tox.ini'
1515
check-hidden = true
1616
ignore-regex = '.*pragma: codespell-ignore.*'
1717
ignore-words-list = 'assertIn'
18+
19+
[tool.pytest.ini_options]
20+
markers = [
21+
"nologinrequiredmiddleware",
22+
"oauth2_settings",
23+
]

0 commit comments

Comments
 (0)