35 lines
518 B
TOML
35 lines
518 B
TOML
[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'",
|
|
]
|