Skip to content

Commit 2034005

Browse files
committed
Add ci_only to markers
1 parent 78a1714 commit 2034005

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ testpaths = [
1111
"tests",
1212
]
1313
markers = [
14-
"no_ci: marks tests as unable to run in CI environment"
14+
"no_ci: marks tests as unable to run in CI environment",
15+
"ci_only: marks tests as only able to run in CI environment",
1516
]

0 commit comments

Comments
 (0)