We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a1714 commit 2034005Copy full SHA for 2034005
1 file changed
pyproject.toml
@@ -11,5 +11,6 @@ testpaths = [
11
"tests",
12
]
13
markers = [
14
- "no_ci: marks tests as unable to run in CI environment"
+ "no_ci: marks tests as unable to run in CI environment",
15
+ "ci_only: marks tests as only able to run in CI environment",
16
0 commit comments