We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9156b6 commit 6df7608Copy full SHA for 6df7608
1 file changed
pytest.ini
@@ -1,4 +1,4 @@
1
-# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
+# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2
# SPDX-License-Identifier: Apache-2.0
3
4
[pytest]
@@ -21,3 +21,6 @@ markers =
21
cython: cython tests
22
smoke: meta-level smoke tests
23
flaky: mark test as flaky (provided by pytest-rerunfailures)
24
+ # pytest-run-parallel related markers
25
+ thread_unsafe: mark test as thread unsafe (provided by pytest-run-parallel)
26
+ parallel_threads_limit: max number of threads (provided by pytest-run-parallel)
0 commit comments