]> git.arvados.org - arvados.git/blob - sdk/python/pytest.ini
Merge branch '20311-pep-517-builds'
[arvados.git] / sdk / python / pytest.ini
1 # Copyright (C) The Arvados Authors. All rights reserved.
2 #
3 # SPDX-License-Identifier: Apache-2.0
4
5 [pytest]
6 addopts =
7   --import-mode=append
8   --strict-markers
9
10 markers =
11   cwl_conformance: CWL conformance test suite
12   integration: Test that depends on external Arvados services
13
14 testpaths =
15   tests