Skip to content

Commit 9397e03

Browse files
committed
test: register internal pytest marker
Signed-off-by: Yu Yao <yaoyu.094@gmail.com>
1 parent 7e52516 commit 9397e03

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,7 @@ markers = [
244244
"system: marks test working at the highest integration level (deselect with '-m \"not system\"')",
245245
"acceptance: marks test checking whether the developed product/model passes the user defined acceptance criteria (deselect with '-m \"not acceptance\"')",
246246
"docs: mark tests related to documentation (deselect with '-m \"not docs\"')",
247+
"internal: marks tests requiring internal NVIDIA infrastructure or resources",
247248
"skipduringci: marks tests that are skipped ci as they are addressed by Jenkins jobs but should be run to test user setups",
248249
"pleasefixme: marks tests that are broken and need fixing",
249250
]

0 commit comments

Comments
 (0)