conftest.py 424 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

# Skip collection of tests in this directory - they require dependencies
# not available in the main dynamo test environment.
collect_ignore = [
    "test_synthesizer.py",
    "test_sampler.py",
    "test_roundtrip_hashes.py",
    "mock_server.py",  # Not a test, just a utility
]