Skip to content

Commit 53f2888

Browse files
committed
fix coverage
1 parent 443f49c commit 53f2888

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,3 @@ 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-
]

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ addopts =
4141
-s
4242
markers =
4343
oauth2_settings: Custom OAuth2 settings to use - use with oauth2_settings fixture
44+
nologinrequiredmiddleware
4445

4546
[testenv]
4647
commands =

0 commit comments

Comments
 (0)