summaryrefslogtreecommitdiffstats
path: root/python/mach/mach/test/python.ini
blob: de09924b6788b4d850ef32ee9054775a98f6a831 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[DEFAULT]
subsuite = mach

[test_commands.py]
[test_conditions.py]
skip-if = python == 3
[test_config.py]
[test_decorators.py]
[test_dispatcher.py]
[test_entry_point.py]
[test_error_output.py]
skip-if = python == 3
[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"