Skip to content

Commit 6df7608

Browse files
committed
Add pytest-run-parallel markers to pytest.ini
1 parent a9156b6 commit 6df7608

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

pytest.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
1+
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

44
[pytest]
@@ -21,3 +21,6 @@ markers =
2121
cython: cython tests
2222
smoke: meta-level smoke tests
2323
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

Comments
 (0)