You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pyproject.toml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,7 @@ markers = [
244
244
"system: marks test working at the highest integration level (deselect with '-m \"not system\"')",
245
245
"acceptance: marks test checking whether the developed product/model passes the user defined acceptance criteria (deselect with '-m \"not acceptance\"')",
246
246
"docs: mark tests related to documentation (deselect with '-m \"not docs\"')",
247
+
"internal: marks tests requiring internal NVIDIA infrastructure or resources",
247
248
"skipduringci: marks tests that are skipped ci as they are addressed by Jenkins jobs but should be run to test user setups",
248
249
"pleasefixme: marks tests that are broken and need fixing",
0 commit comments