Skip to content

Commit e310d2e

Browse files
committed
Improve testing setup
Signed-off-by: Beat Buesser <[email protected]>
1 parent 7026c75 commit e310d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ lint.ignore = ["F401"]
77
"examples/*" = ["E402"]
88
[tool.pytest.ini_options]
99
markers = [
10-
"skip_framework(*frameworks): marks a test to be skipped for specific framework values. Valid values are (\"tensorflow\", \"keras\", \"pytorch\", \"scikitlearn,")"
11-
"only_with_platform(*frameworks): DEPRECATED only used for legacy tests. Use skip_framework instead. marks a test to be performed only for a specific framework value"
12-
"framework_agnostic: marks a test to be agnostic to frameworks and run only for one default framework"
13-
"skip_module(*frameworks): Skip this test for specified frameworks"
10+
'skip_framework(*frameworks): marks a test to be skipped for specific framework values. Valid values are ("tensorflow", "keras", "pytorch", "scikitlearn")',
11+
'only_with_platform(*frameworks): DEPRECATED only used for legacy tests. Use skip_framework instead. marks a test to be performed only for a specific framework value',
12+
'framework_agnostic: marks a test to be agnostic to frameworks and run only for one default framework',
13+
'skip_module(*frameworks): Skip this test for specified frameworks'
1414
]

0 commit comments

Comments
 (0)