Skip to content

Commit de4eb44

Browse files
committed
use new addops syntax
1 parent 3d76c5b commit de4eb44

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pyproject.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,7 @@ features = ["all"]
9898
python = ["3.10", "3.11", "3.12", "3.13"]
9999

100100
[tool.pytest.ini_options]
101-
addopts = """\
102-
--strict-config
103-
--strict-markers
104-
"""
101+
addopts = ["--strict-config", "--strict-markers"]
105102
filterwarnings = """
106103
ignore::DeprecationWarning:uvicorn.*
107104
ignore::DeprecationWarning:websockets.*

0 commit comments

Comments
 (0)