Skip to content

Commit 87417a5

Browse files
committed
Add used pytest markers to pyproject.toml
This prevents pytest from complaining about unregistered markers
1 parent dba11c3 commit 87417a5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@ include = '\.pyi?$'
1414
log_format = "%(asctime)s %(levelname)s %(message)s"
1515
log_date_format = "%Y-%m-%d %H:%M:%S"
1616
addopts = "-rsxX -q"
17+
18+
markers = [
19+
"pddl",
20+
"sas",
21+
]

0 commit comments

Comments
 (0)