summaryrefslogtreecommitdiffstats
path: root/python/mach/mach/test/python.toml
blob: a2695072bfcc30fd9525a4705897e953b17bb094 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[DEFAULT]
subsuite = "mach"

["test_commands.py"]

["test_conditions.py"]
skip-if = ["true"]

["test_config.py"]

["test_decorators.py"]

["test_dispatcher.py"]

["test_entry_point.py"]

["test_error_output.py"]
skip-if = ["true"]

["test_logger.py"]

["test_mach.py"]

["test_site.py"]

["test_site_activation.py"]

["test_site_compatibility.py"]
# The Windows and Mac workers only use the internal PyPI mirror,
# which will be missing packages required for this test.
skip-if = [
  "os == 'win'",
  "os == 'mac'",
]