Skip to content

Commit a330304

Browse files
committed
Fix test warning about unknown mark
1 parent 178f915 commit a330304

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ build-backend = "poetry.core.masonry.api"
5555
addopts = "--doctest-modules --ignore=examples --ignore=integration-test --ignore=test/resources/haskell"
5656
minversion = "6.0"
5757
markers = [
58-
"post_alonzo"
58+
"post_alonzo",
59+
"single"
5960
]
6061

6162
[tool.isort]

0 commit comments

Comments
 (0)